Browse Source

WebUI: Update transfer info when speed limits are changed

adaptive-webui-19844
Gabriele 10 years ago
parent
commit
25e8cad16c
  1. 1
      src/webui/www/public/downloadlimit.html
  2. 1
      src/webui/www/public/uploadlimit.html

1
src/webui/www/public/downloadlimit.html

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

1
src/webui/www/public/uploadlimit.html

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

Loading…
Cancel
Save