mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
remove debug alert
This commit is contained in:
parent
aa866d5187
commit
bf2f4ee860
2 changed files with 1 additions and 2 deletions
|
@ -410,7 +410,6 @@ Ext.deluge.details.OptionsTab = Ext.extend(Ext.form.FormPanel, {
|
|||
|
||||
onApply: function() {
|
||||
var changed = this.optionsManager.getChanged(this.torrentId);
|
||||
alert(Ext.encode(changed));
|
||||
Deluge.Client.core.set_torrent_options([this.torrentId], changed, {
|
||||
success: function() {
|
||||
this.optionsManager.updateOptions(this.torrentId, changed);
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue