1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-30 16:34:16 +00:00

WebUI: Update transfer info when speed limits are changed

This commit is contained in:
Gabriele 2014-12-14 10:00:00 +01:00
parent b3a537f575
commit 25e8cad16c
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
'limit': limit 'limit': limit
}, },
onComplete: function() { onComplete: function() {
window.parent.updateTransferInfo();
window.parent.closeWindows(); window.parent.closeWindows();
} }
}).send(); }).send();

View File

@ -31,6 +31,7 @@
'limit': limit 'limit': limit
}, },
onComplete: function() { onComplete: function() {
window.parent.updateTransferInfo();
window.parent.closeWindows(); window.parent.closeWindows();
} }
}).send(); }).send();