mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-09 01:55:04 +00:00
[Lint] Fix issues raised by minify script
This commit is contained in:
parent
5e1603317a
commit
98add5fecd
@ -183,7 +183,7 @@ Deluge.details.FilesTab = Ext.extend(Ext.ux.tree.TreeGrid, {
|
|||||||
priorities[index] = indexes[index];
|
priorities[index] = indexes[index];
|
||||||
}
|
}
|
||||||
|
|
||||||
deluge.client.core.set_torrent_options([this.torrentId], {'file_priorities': priorities})
|
deluge.client.core.set_torrent_options([this.torrentId], {'file_priorities': priorities}, {
|
||||||
success: function() {
|
success: function() {
|
||||||
Ext.each(nodes, function(node) {
|
Ext.each(nodes, function(node) {
|
||||||
node.setColumnValue(3, baseItem.filePriority);
|
node.setColumnValue(3, baseItem.filePriority);
|
||||||
|
@ -39,7 +39,7 @@ Deluge.preferences.Queue = Ext.extend(Ext.form.FormPanel, {
|
|||||||
labelSeparator: '',
|
labelSeparator: '',
|
||||||
height: 22,
|
height: 22,
|
||||||
boxLabel: _('Queue to top'),
|
boxLabel: _('Queue to top'),
|
||||||
name: 'queue_new_to_top',
|
name: 'queue_new_to_top'
|
||||||
}));
|
}));
|
||||||
|
|
||||||
fieldset = this.add({
|
fieldset = this.add({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user