only fire change events once

only-fire-change-events-once
John McLear 2014-11-01 18:16:31 +00:00
parent bf380eea50
commit 6abe730458
1 changed files with 1 additions and 1 deletions

View File

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