mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 07:54:26 +02:00
updated jquery to version 1.11, updated themes frost and diabook where necessary
This commit is contained in:
parent
5f9845d235
commit
87fa2ee2af
24 changed files with 195 additions and 743 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue