Author: damoxc
Revision: 5344
Log:
remove no longer needed alert
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.Details.Options.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Details.Options.js 2009-06-02 22:13:16 UTC
(rev 5343)
+++ trunk/deluge/ui/web/js/Deluge.Details.Options.js 2009-06-02 22:34:02 UTC
(rev 5344)
@@ -471,7 +471,6 @@
},
onOptionChanged: function(id, key, newValue, oldValue) {
- //alert(String.format('Key: {0}\nValue: {1}\nOld Value: {2}',
key, newValue, oldValue));
if (key == 'stop_at_ratio') {
this.fields.remove_at_ratio.setDisabled(!newValue);
this.fields.stop_ratio.setDisabled(!newValue);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---