Author: damoxc
Revision: 5581
Log:
listen to the 'check' event on the field also incase it is a checkbox
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.OptionsManager.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.OptionsManager.js 2009-07-30 21:42:04 UTC
(rev 5580)
+++ trunk/deluge/ui/web/js/Deluge.OptionsManager.js 2009-07-30 21:50:16 UTC
(rev 5581)
@@ -84,6 +84,7 @@
field.on('focus', this.onFieldFocus, this);
field.on('blur', this.onFieldBlur, this);
field.on('change', this.onFieldChange, this);
+ field.on('check', this.onFieldChange, this);
},
/**
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---