mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
remove some trailing commas that break the ui in IE
This commit is contained in:
parent
9c460266ac
commit
452656e09d
@ -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…
x
Reference in New Issue
Block a user