Group setting torrents download limit

This commit is contained in:
buinsky 2015-02-01 12:45:37 -05:00
parent cf55751fbe
commit 902db2b938
5 changed files with 40 additions and 33 deletions

View file

@ -186,7 +186,7 @@ initializeWindows = function() {
id: 'downloadLimitPage',
title: "QBT_TR(Global Download Speed Limit)QBT_TR",
loadMethod: 'iframe',
contentURL: 'downloadlimit.html?hash=global',
contentURL: 'downloadlimit.html?hashes=global',
scrollbars: false,
resizable: false,
maximizable: false,
@ -205,7 +205,7 @@ initializeWindows = function() {
id: 'downloadLimitPage',
title: "QBT_TR(Torrent Download Speed Limiting)QBT_TR",
loadMethod: 'iframe',
contentURL: 'downloadlimit.html?hash=' + hash,
contentURL: 'downloadlimit.html?hashes=' + h.join("|"),
scrollbars: false,
resizable: false,
maximizable: false,