only fire change events once

This commit is contained in:
John McLear 2014-11-01 18:16:31 +00:00
parent bf380eea50
commit 6abe730458

View file

@ -482,7 +482,7 @@ var padutils = {
}, },
bindCheckboxChange: function(node, func) bindCheckboxChange: function(node, func)
{ {
$(node).bind("click change", func); $(node).change(func);
}, },
encodeUserId: function(userId) encodeUserId: function(userId)
{ {