mirror of
https://github.com/friendica/friendica
synced 2024-11-19 09:43:45 +00:00
make auto-complete in darkzero-NS. other themes can use this easily. might need to edit the id it hooks into
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
parent
6bc2d58a98
commit
368d93625d
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ $('.savedsearchterm').hover(
|
|||
$('#drop-' + id).removeClass('icon');$('#drop-' + id).removeClass('drophide'); $('#drop-' + id).addClass('iconspacer');}
|
||||
);
|
||||
|
||||
// make auto-complete work in more places
|
||||
$(".wall-item-comment-wrapper textarea").contact_autocomplete(baseurl+"/acl");
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue