aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-16 17:31:24 -0700
committerSimon <simon@kisikew.org>2012-03-16 17:31:24 -0700
commit8af36b92bb3a78235f5741c764d034dc66b959b2 (patch)
treec4574eae6f2aaf68c50ccc1022944e0e1c45760b
parent82f2bfea5bbf7c35450eb8fe9ee119e0b00d3d61 (diff)
parent368d93625dc7ac206b3dbb85af15dc90f593fcd7 (diff)
downloadvolse-hubzilla-8af36b92bb3a78235f5741c764d034dc66b959b2.tar.gz
volse-hubzilla-8af36b92bb3a78235f5741c764d034dc66b959b2.tar.bz2
volse-hubzilla-8af36b92bb3a78235f5741c764d034dc66b959b2.zip
Merge pull request #143 from simonlnu/master
make auto-complete in 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");
+
});