X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost%2Fjs%2Facl.js;h=1eb758b5b82a2abb2322f69a997622659e81a1e5;hb=25662eb6f4fe6a3218d2723d39a2a09376363849;hp=401a524f81352f0c6ba193653468262e401ee2c6;hpb=127b7a589efe0d4b9af498f9c274f9bcd07700ab;p=friendica.git diff --git a/view/theme/frost/js/acl.js b/view/theme/frost/js/acl.js index 401a524f81..1eb758b5b8 100644 --- a/view/theme/frost/js/acl.js +++ b/view/theme/frost/js/acl.js @@ -21,8 +21,8 @@ function ACL(backend_url, preset){ /*events*/ that.showall.click(that.on_showall); - $(".acl-button-show").live('click', that.on_button_show); - $(".acl-button-hide").live('click', that.on_button_hide); + $(document).on("click", ".acl-button-show", that.on_button_show); + $(document).on("click", ".acl-button-hide", that.on_button_hide); $("#acl-search").keypress(that.on_search); $("#acl-wrapper").parents("form").submit(that.on_submit);