mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-23 01:40:08 +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];
|
||||
}
|
||||
|
||||
deluge.client.core.set_torrent_options([this.torrentId], {'file_priorities': priorities})
|
||||
deluge.client.core.set_torrent_options([this.torrentId], {'file_priorities': priorities}, {
|
||||
success: function() {
|
||||
Ext.each(nodes, function(node) {
|
||||
node.setColumnValue(3, baseItem.filePriority);
|
||||
|
@ -39,7 +39,7 @@ Deluge.preferences.Queue = Ext.extend(Ext.form.FormPanel, {
|
||||
labelSeparator: '',
|
||||
height: 22,
|
||||
boxLabel: _('Queue to top'),
|
||||
name: 'queue_new_to_top',
|
||||
name: 'queue_new_to_top'
|
||||
}));
|
||||
|
||||
fieldset = this.add({
|
||||
|
Loading…
x
Reference in New Issue
Block a user