mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
remove some trailing commas that break the ui in IE
This commit is contained in:
parent
9c460266ac
commit
452656e09d
3 changed files with 5 additions and 5 deletions
|
@ -159,7 +159,7 @@ Deluge.FilterPanel = Ext.extend(Ext.Panel, {
|
|||
if (!this.list.getSelectionCount()) {
|
||||
this.list.select(0);
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ Deluge.Statusbar = Ext.extend(Ext.ux.StatusBar, {
|
|||
config = Ext.apply({
|
||||
id: 'deluge-statusbar',
|
||||
defaultIconCls: 'x-deluge-statusbar x-not-connected',
|
||||
defaultText: _('Not Connected'),
|
||||
defaultText: _('Not Connected')
|
||||
}, config);
|
||||
Deluge.Statusbar.superclass.constructor.call(this, config);
|
||||
},
|
||||
|
@ -95,7 +95,7 @@ Deluge.Statusbar = Ext.extend(Ext.ux.StatusBar, {
|
|||
otherWin: {
|
||||
title: _('Set Maximum Connections')
|
||||
}
|
||||
}),
|
||||
})
|
||||
}, '-', {
|
||||
id: 'statusbar-downspeed',
|
||||
text: ' ',
|
||||
|
@ -143,7 +143,7 @@ Deluge.Statusbar = Ext.extend(Ext.ux.StatusBar, {
|
|||
title: _('Set Maximum Download Speed'),
|
||||
unit: _('Kib/s')
|
||||
}
|
||||
}),
|
||||
})
|
||||
}, '-', {
|
||||
id: 'statusbar-upspeed',
|
||||
text: ' ',
|
||||
|
|
|
@ -136,7 +136,7 @@ Deluge.preferences.Plugins = Ext.extend(Ext.Panel, {
|
|||
border: false,
|
||||
autoHeight: true,
|
||||
labelWidth: 1,
|
||||
style: 'margin-top: 5px;',
|
||||
style: 'margin-top: 5px;'
|
||||
});
|
||||
this.pluginInfo = fieldset.add({
|
||||
xtype: 'panel',
|
||||
|
|
Loading…
Add table
Reference in a new issue