aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/darkzero-NS
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-16 20:29:02 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-03-16 20:29:02 -0400
commit368d93625dc7ac206b3dbb85af15dc90f593fcd7 (patch)
treec4574eae6f2aaf68c50ccc1022944e0e1c45760b /view/theme/darkzero-NS
parent6bc2d58a98d2756b16b4a6bdf2997348d0d65883 (diff)
downloadvolse-hubzilla-368d93625dc7ac206b3dbb85af15dc90f593fcd7.tar.gz
volse-hubzilla-368d93625dc7ac206b3dbb85af15dc90f593fcd7.tar.bz2
volse-hubzilla-368d93625dc7ac206b3dbb85af15dc90f593fcd7.zip
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>
Diffstat (limited to 'view/theme/darkzero-NS')
-rwxr-xr-xview/theme/darkzero-NS/theme.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/darkzero-NS/theme.php b/view/theme/darkzero-NS/theme.php
index 2d3e4fd56..3598e34f2 100755
--- a/view/theme/darkzero-NS/theme.php
+++ b/view/theme/darkzero-NS/theme.php
@@ -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");
+
});