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
e48c446a29
commit
35bd5792bc
8 changed files with 1338 additions and 19 deletions
|
@ -494,7 +494,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