fix the name for the add window instance
This commit is contained in:
parent
52ea19249c
commit
d39b5bd071
|
@ -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…
Reference in New Issue