mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-20 15:18:20 +00:00
remove comma causing breakage in IE
This commit is contained in:
parent
d4d7f054f3
commit
68f5afa89c
@ -4,7 +4,7 @@
|
|||||||
config = Ext.apply({
|
config = Ext.apply({
|
||||||
id: 'deluge-statusbar',
|
id: 'deluge-statusbar',
|
||||||
defaultIconCls: 'x-not-connected',
|
defaultIconCls: 'x-not-connected',
|
||||||
defaultText: _('Not Connected'),
|
defaultText: _('Not Connected')
|
||||||
}, config);
|
}, config);
|
||||||
Ext.deluge.Statusbar.superclass.constructor.call(this, config);
|
Ext.deluge.Statusbar.superclass.constructor.call(this, config);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user