Merge branch 'develop' of github.com:ether/etherpad-lite into develop
This commit is contained in:
commit
9b8398d0bd
|
@ -482,7 +482,7 @@ var padutils = {
|
|||
},
|
||||
bindCheckboxChange: function(node, func)
|
||||
{
|
||||
$(node).bind("click change", func);
|
||||
$(node).change(func);
|
||||
},
|
||||
encodeUserId: function(userId)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue