Merge branch 'develop' of github.com:ether/etherpad-lite into develop

This commit is contained in:
John McLear 2014-11-01 20:20:19 +00:00
commit 9b8398d0bd

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