mirror of
https://github.com/friendica/friendica
synced 2025-04-26 10:30:11 +00:00
rework autocomplete: css work
This commit is contained in:
parent
6d159633d4
commit
52896d64c2
20 changed files with 452 additions and 28 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