]> git.mxchange.org Git - friendica.git/commitdiff
make auto-complete in darkzero-NS. other themes can use this easily. might need to...
authorSimon L'nu <simon.lnu@gmail.com>
Sat, 17 Mar 2012 00:29:02 +0000 (20:29 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Sat, 17 Mar 2012 00:29:02 +0000 (20:29 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/darkzero-NS/theme.php

index 2d3e4fd56e266219c637a50296adf730a90dc6e0..3598e34f27e4a97ea52661753e42c56ba2bf6326 100755 (executable)
@@ -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");
+
 });