- Allow to set up per-torrent upload rate limit from Web UI

- Updated Mootools to v1.2.4 and fix breakage with MochaUI
This commit is contained in:
Christophe Dumez
2009-11-25 10:03:04 +00:00
parent c48a3b55d6
commit 236c0da563
15 changed files with 814 additions and 495 deletions

View File

@@ -39,6 +39,12 @@
},
ForceRecheck: function(element, ref) {
recheckFN();
},
UploadLimit: function(element, red) {
uploadLimitFN();
},
DownloadLimit: function(element, red) {
downloadLimitFN();
}
},
offsets: { x:-15, y:2 }