aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/darkzero-NS/theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/darkzero-NS/theme.php')
-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");
+
});