rework autocomplete: css work

This commit is contained in:
rabuzarus 2016-01-21 13:28:29 +01:00 committed by Roland Haeder
parent 6d159633d4
commit 52896d64c2
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
20 changed files with 452 additions and 28 deletions

View file

@ -402,7 +402,7 @@
$('body').css('cursor', 'auto');
}
/* autocomplete @nicknames */
$(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl");
$(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl");
collapseHeight();