aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/darkzero-NS
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-16 21:23:24 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-03-16 21:23:24 -0400
commit75883b196ed222b9972c87ce00b8e7c2ab29c05e (patch)
tree8cb7d68340d40e78e8a8ea2a1618250749a6edb9 /view/theme/darkzero-NS
parent49540fb958376d067f44a9274f8edeb80f10da3a (diff)
downloadvolse-hubzilla-75883b196ed222b9972c87ce00b8e7c2ab29c05e.tar.gz
volse-hubzilla-75883b196ed222b9972c87ce00b8e7c2ab29c05e.tar.bz2
volse-hubzilla-75883b196ed222b9972c87ce00b8e7c2ab29c05e.zip
remove auto-complete from darkzero-NS, dispys, since the comment one is now global
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, 0 insertions, 3 deletions
diff --git a/view/theme/darkzero-NS/theme.php b/view/theme/darkzero-NS/theme.php
index 3598e34f2..2d3e4fd56 100755
--- a/view/theme/darkzero-NS/theme.php
+++ b/view/theme/darkzero-NS/theme.php
@@ -52,9 +52,6 @@ $('.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");
-
});