mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-08 05:36:09 +02:00
parent
4b488bc8af
commit
d54bb52b75
@ -482,7 +482,7 @@ var padutils = {
|
||||
},
|
||||
bindCheckboxChange: function(node, func)
|
||||
{
|
||||
$(node).bind("click change", func);
|
||||
$(node).change(func);
|
||||
},
|
||||
encodeUserId: function(userId)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user