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:
Simon L'nu 2012-03-16 20:29:02 -04:00
parent 6bc2d58a98
commit 368d93625d
1 changed files with 3 additions and 0 deletions

View File

@ -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");
});