parent
4b488bc8af
commit
d54bb52b75
|
@ -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…
Reference in New Issue