mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
use changeId in the clear method of the options tab
This commit is contained in:
parent
7bc81fbaf9
commit
9370911ee1
2 changed files with 2 additions and 2 deletions
|
@ -359,7 +359,7 @@ Ext.deluge.details.OptionsTab = Ext.extend(Ext.form.FormPanel, {
|
|||
},
|
||||
|
||||
clear: function() {
|
||||
this.optionsManager.resetOptions(this.torrentId);
|
||||
this.optionsManager.changeId(null);
|
||||
},
|
||||
|
||||
reset: function() {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue