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