mirror of
https://github.com/friendica/friendica
synced 2024-11-12 22:22:54 +00:00
fix @mention autocomplete in comments
This commit is contained in:
parent
ae79de3039
commit
3339428987
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@
|
||||||
$('body').css('cursor', 'auto');
|
$('body').css('cursor', 'auto');
|
||||||
}
|
}
|
||||||
/* autocomplete @nicknames */
|
/* autocomplete @nicknames */
|
||||||
$(".comment-edit-wrapper textarea").contact_autocomplete(baseurl+"/acl");
|
$(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue