mirror of
https://github.com/friendica/friendica
synced 2025-04-25 08:30:11 +00:00
rework autocomplete: css work
This commit is contained in:
parent
c42922f25f
commit
e3475bd587
20 changed files with 460 additions and 36 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue