John McLear 2014-11-01 18:18:25 +00:00
parent 4b488bc8af
commit d54bb52b75
1 changed files with 1 additions and 1 deletions

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)
{ {