]> git.mxchange.org Git - friendica.git/blobdiff - js/acl.js
Merge pull request #1216 from cpfeiffer/TinyMCE-resizable
[friendica.git] / js / acl.js
index eeea6a2938338f65417c57a08b9286a5abf95f73..9c55842fdcdeff798677be86ebc2864f5ad570a7 100644 (file)
--- a/js/acl.js
+++ b/js/acl.js
@@ -22,8 +22,8 @@ function ACL(backend_url, preset, automention){
        
        /*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);