mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-10 23:42:46 -07:00
Add explicit semicolon
This commit is contained in:
parent
0577cf588c
commit
c34883f9af
5 changed files with 9 additions and 9 deletions
|
@ -160,7 +160,7 @@ window.qBittorrent.PropFiles = (function() {
|
|||
setCheckboxPartial(checkbox);
|
||||
break;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const isPriorityComboExists = function(id) {
|
||||
return ($('comboPrio' + id) !== null);
|
||||
|
@ -631,7 +631,7 @@ window.qBittorrent.PropFiles = (function() {
|
|||
rowElem.addClass("invisible");
|
||||
else
|
||||
rowElem.removeClass("invisible");
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Update a node's collapsed state and icon
|
||||
|
@ -653,7 +653,7 @@ window.qBittorrent.PropFiles = (function() {
|
|||
collapseIcon.addClass("rotate");
|
||||
else
|
||||
collapseIcon.removeClass("rotate");
|
||||
}
|
||||
};
|
||||
|
||||
const _isCollapsed = function(node) {
|
||||
const span = $('filesTablefileName' + node.rowId);
|
||||
|
@ -692,7 +692,7 @@ window.qBittorrent.PropFiles = (function() {
|
|||
});
|
||||
});
|
||||
torrentFilesTable.altRow();
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Collapses a folder node with the option to recursively collapse all children
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue