remove debug alert

This commit is contained in:
Damien Churchill 2009-05-28 10:37:09 +00:00
parent aa866d5187
commit bf2f4ee860
2 changed files with 1 additions and 2 deletions

View File

@ -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