mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
[Web UI] Changes in Force Resume icon and menu order
This commit is contained in:
parent
9dbb2720b0
commit
1f4d01e512
4 changed files with 24 additions and 26 deletions
|
@ -181,14 +181,14 @@ initializeWindows = function() {
|
|||
}
|
||||
};
|
||||
|
||||
setForceStartFN = function(val) {
|
||||
setForceStartFN = function() {
|
||||
var h = myTable.selectedIds();
|
||||
if (h.length) {
|
||||
new Request({
|
||||
url: 'command/setForceStart',
|
||||
method: 'post',
|
||||
data: {
|
||||
value: val,
|
||||
value: 'true',
|
||||
hashes: h.join("|")
|
||||
}
|
||||
}).send();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue