mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
only fire change events once
This commit is contained in:
parent
bf380eea50
commit
6abe730458
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ var padutils = {
|
|||
},
|
||||
bindCheckboxChange: function(node, func)
|
||||
{
|
||||
$(node).bind("click change", func);
|
||||
$(node).change(func);
|
||||
},
|
||||
encodeUserId: function(userId)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue