mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
fix the name for the add window instance
This commit is contained in:
parent
52ea19249c
commit
d39b5bd071
1 changed files with 1 additions and 1 deletions
|
@ -558,4 +558,4 @@ Deluge.add.AddWindow = Ext.extend(Deluge.add.Window, {
|
||||||
this.url.show();
|
this.url.show();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
Deluge.Add = new Deluge.add.AddWindow();
|
deluge.add = new Deluge.add.AddWindow();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue