mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04: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)
|
bindCheckboxChange: function(node, func)
|
||||||
{
|
{
|
||||||
$(node).bind("click change", func);
|
$(node).change(func);
|
||||||
},
|
},
|
||||||
encodeUserId: function(userId)
|
encodeUserId: function(userId)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue