Author: damoxc
Revision: 5493
Log:
clear the options panel when the add window is closed
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.Add.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Add.js 2009-07-15 18:54:58 UTC (rev
5492)
+++ trunk/deluge/ui/web/js/Deluge.Add.js 2009-07-15 18:56:41 UTC (rev
5493)
@@ -454,8 +454,8 @@
},
clear: function() {
- this.torrents = {};
this.grid.getStore().removeAll();
+ this.optionsPanel.clear();
},
onAdd: function() {
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---