aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-09-01 12:42:47 -0700
committerredmatrix <mike@macgirvin.com>2016-09-01 12:42:47 -0700
commit2ebb8851f684be467ae768fdac0eead1a636805c (patch)
treec37a02dcd170fa04280582a992863c065134391f /view
parent6adb18091124cd51e1bf8a2efae31cb83a0db075 (diff)
downloadvolse-hubzilla-2ebb8851f684be467ae768fdac0eead1a636805c.tar.gz
volse-hubzilla-2ebb8851f684be467ae768fdac0eead1a636805c.tar.bz2
volse-hubzilla-2ebb8851f684be467ae768fdac0eead1a636805c.zip
theme preview - that was easy; plus a bit more tweaking of the saved search widget to try and get the sucker to auto submit
Diffstat (limited to 'view')
-rw-r--r--view/js/mod_network.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/mod_network.js b/view/js/mod_network.js
index cbdb82c75..cd36786df 100644
--- a/view/js/mod_network.js
+++ b/view/js/mod_network.js
@@ -1,5 +1,5 @@
$(document).ready(function() {
- $("#search-text").contact_autocomplete(baseurl + '/search_ac');
+ $("#search-text").contact_autocomplete(baseurl + '/search_ac','',true);
$('.jslider-scale ins').addClass('hidden-xs');
});