mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
remove comma causing breakage in IE
This commit is contained in:
parent
d4d7f054f3
commit
68f5afa89c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue