mirror of
https://github.com/friendica/friendica
synced 2025-04-19 06:30:10 +00:00
rework autocomplete: initial commit
This commit is contained in:
parent
a1eb7a8791
commit
16e4e94b29
8 changed files with 1325 additions and 6 deletions
|
@ -493,7 +493,7 @@
|
|||
$('body').css('cursor', 'auto');
|
||||
}
|
||||
/* autocomplete @nicknames */
|
||||
$(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl");
|
||||
$(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl");
|
||||
|
||||
// setup videos, since VideoJS won't take care of any loaded via AJAX
|
||||
if(typeof videojs != 'undefined') videojs.autoSetup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue