aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorStefan Parviainen <saparvia@caterva.eu>2015-01-07 20:25:29 +0100
committerStefan Parviainen <saparvia@caterva.eu>2015-01-07 20:25:29 +0100
commitf157122c351bdff3cf23520d791925f0f6463f3c (patch)
treef8e84e3f01cce9754a6472520a8fe86a13760445 /view
parente025fd9de218b49f15cc710c7a3a6bbad29fc42c (diff)
downloadvolse-hubzilla-f157122c351bdff3cf23520d791925f0f6463f3c.tar.gz
volse-hubzilla-f157122c351bdff3cf23520d791925f0f6463f3c.tar.bz2
volse-hubzilla-f157122c351bdff3cf23520d791925f0f6463f3c.zip
Make searchbox use textcomplete
Diffstat (limited to 'view')
-rw-r--r--view/js/mod_network.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/view/js/mod_network.js b/view/js/mod_network.js
index 8f1e5132d..1b7ccdc0a 100644
--- a/view/js/mod_network.js
+++ b/view/js/mod_network.js
@@ -1,10 +1,5 @@
$(document).ready(function() {
- var a;
- a = $("#search-text").autocomplete({
- serviceUrl: baseurl + '/search_ac',
- minChars: 2,
- id: 'search-text-ac',
- });
+ $("#search-text").contact_autocomplete(baseurl + '/acl');
$('.jslider-scale ins').addClass('hidden-xs');
});