mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +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()) {
|
if (!this.list.getSelectionCount()) {
|
||||||
this.list.select(0);
|
this.list.select(0);
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ Deluge.Statusbar = Ext.extend(Ext.ux.StatusBar, {
|
||||||
config = Ext.apply({
|
config = Ext.apply({
|
||||||
id: 'deluge-statusbar',
|
id: 'deluge-statusbar',
|
||||||
defaultIconCls: 'x-deluge-statusbar x-not-connected',
|
defaultIconCls: 'x-deluge-statusbar x-not-connected',
|
||||||
defaultText: _('Not Connected'),
|
defaultText: _('Not Connected')
|
||||||
}, config);
|
}, config);
|
||||||
Deluge.Statusbar.superclass.constructor.call(this, config);
|
Deluge.Statusbar.superclass.constructor.call(this, config);
|
||||||
},
|
},
|
||||||
|
@ -95,7 +95,7 @@ Deluge.Statusbar = Ext.extend(Ext.ux.StatusBar, {
|
||||||
otherWin: {
|
otherWin: {
|
||||||
title: _('Set Maximum Connections')
|
title: _('Set Maximum Connections')
|
||||||
}
|
}
|
||||||
}),
|
})
|
||||||
}, '-', {
|
}, '-', {
|
||||||
id: 'statusbar-downspeed',
|
id: 'statusbar-downspeed',
|
||||||
text: ' ',
|
text: ' ',
|
||||||
|
@ -143,7 +143,7 @@ Deluge.Statusbar = Ext.extend(Ext.ux.StatusBar, {
|
||||||
title: _('Set Maximum Download Speed'),
|
title: _('Set Maximum Download Speed'),
|
||||||
unit: _('Kib/s')
|
unit: _('Kib/s')
|
||||||
}
|
}
|
||||||
}),
|
})
|
||||||
}, '-', {
|
}, '-', {
|
||||||
id: 'statusbar-upspeed',
|
id: 'statusbar-upspeed',
|
||||||
text: ' ',
|
text: ' ',
|
||||||
|
|
|
@ -136,7 +136,7 @@ Deluge.preferences.Plugins = Ext.extend(Ext.Panel, {
|
||||||
border: false,
|
border: false,
|
||||||
autoHeight: true,
|
autoHeight: true,
|
||||||
labelWidth: 1,
|
labelWidth: 1,
|
||||||
style: 'margin-top: 5px;',
|
style: 'margin-top: 5px;'
|
||||||
});
|
});
|
||||||
this.pluginInfo = fieldset.add({
|
this.pluginInfo = fieldset.add({
|
||||||
xtype: 'panel',
|
xtype: 'panel',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue