mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-27 10:08:11 +08:00
Add new line to selector for readability
This commit is contained in:
parent
598c5a63fd
commit
daca739262
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@
|
|||
}
|
||||
});
|
||||
projectAll.click(function() {
|
||||
var parentLists = $(this).parents("ul.project-contents-list, ul.experiment-contents-list");
|
||||
|
||||
var parentLists = $(this).parents("ul.project-contents-list, \
|
||||
ul.experiment-contents-list");
|
||||
if (parentLists.length) {
|
||||
var prevEl = parentLists.prev();
|
||||
if (prevEl.length && prevEl.is("div.checkbox")) {
|
||||
|
|
Loading…
Reference in a new issue