mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
[Web UI] Changes in Force Resume icon and menu order
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user