mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-11 19:08:40 +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() {
|
clear: function() {
|
||||||
this.optionsManager.resetOptions(this.torrentId);
|
this.optionsManager.changeId(null);
|
||||||
},
|
},
|
||||||
|
|
||||||
reset: function() {
|
reset: function() {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue