mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 16:38:43 +00:00
just a couple of small tweaks
This commit is contained in:
parent
e4fb98bd02
commit
13109f8a1f
1 changed files with 2 additions and 5 deletions
|
@ -100,10 +100,7 @@ SchedulerPlugin = Ext.extend(Deluge.Plugin, {
|
||||||
|
|
||||||
onEnable: function() {
|
onEnable: function() {
|
||||||
this.prefsPage = new SchedulerPreferences();
|
this.prefsPage = new SchedulerPreferences();
|
||||||
Deluge.Preferences.addPage(this.prefsPage);
|
this.prefsPage = Deluge.Preferences.addPage(this.prefsPage);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
new SchedulerPlugin();
|
||||||
(function() {
|
|
||||||
var plugin = new SchedulerPlugin();
|
|
||||||
})();
|
|
Loading…
Add table
Add a link
Reference in a new issue