rework autocomplete: initial commit

This commit is contained in:
rabuzarus 2016-01-19 18:11:40 +01:00 committed by Roland Haeder
parent e48c446a29
commit 35bd5792bc
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
8 changed files with 1338 additions and 19 deletions

View file

@ -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();