remove debug alert
This commit is contained in:
parent
aa866d5187
commit
bf2f4ee860
|
@ -410,7 +410,6 @@ Ext.deluge.details.OptionsTab = Ext.extend(Ext.form.FormPanel, {
|
||||||
|
|
||||||
onApply: function() {
|
onApply: function() {
|
||||||
var changed = this.optionsManager.getChanged(this.torrentId);
|
var changed = this.optionsManager.getChanged(this.torrentId);
|
||||||
alert(Ext.encode(changed));
|
|
||||||
Deluge.Client.core.set_torrent_options([this.torrentId], changed, {
|
Deluge.Client.core.set_torrent_options([this.torrentId], changed, {
|
||||||
success: function() {
|
success: function() {
|
||||||
this.optionsManager.updateOptions(this.torrentId, changed);
|
this.optionsManager.updateOptions(this.torrentId, changed);
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue