mirror of
https://github.com/friendica/friendica
synced 2025-04-27 03:50:11 +00:00
minified js files where out of date and inconsistently used. Removed until decision on minifying strategy
This commit is contained in:
parent
5205756898
commit
392b53dbf9
25 changed files with 24 additions and 75 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue