mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
[WebUI] Lint and minify
This commit is contained in:
parent
8ac65d77e0
commit
7223a51ba5
6 changed files with 2464 additions and 4077 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -43,7 +43,7 @@ Deluge.Toolbar = Ext.extend(Ext.Toolbar, {
|
||||||
id: 'tbar-deluge-text',
|
id: 'tbar-deluge-text',
|
||||||
disabled: true,
|
disabled: true,
|
||||||
text: _('Deluge'),
|
text: _('Deluge'),
|
||||||
iconCls: 'x-deluge-main-panel',
|
iconCls: 'x-deluge-main-panel'
|
||||||
}, new Ext.Toolbar.Separator(),
|
}, new Ext.Toolbar.Separator(),
|
||||||
{
|
{
|
||||||
id: 'create',
|
id: 'create',
|
||||||
|
|
|
@ -70,7 +70,7 @@ deluge.ui = {
|
||||||
layout: 'fit',
|
layout: 'fit',
|
||||||
items: [
|
items: [
|
||||||
deluge.details
|
deluge.details
|
||||||
],
|
]
|
||||||
});
|
});
|
||||||
|
|
||||||
this.MainPanel = new Ext.Panel({
|
this.MainPanel = new Ext.Panel({
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue