- 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

@@ -930,6 +930,8 @@ MochaUI.Windows.windowOptions = {
};
MochaUI.Window = new Class({
Implements: [Events, Options],
options: MochaUI.Windows.windowOptions,
initialize: function(options){
this.setOptions(options);
@@ -2420,7 +2422,6 @@ MochaUI.Window = new Class({
}
}
});
MochaUI.Window.implement(new Options, new Events);
/*
Script: Modal.js