diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-01 12:42:47 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-01 12:42:47 -0700 |
commit | 2ebb8851f684be467ae768fdac0eead1a636805c (patch) | |
tree | c37a02dcd170fa04280582a992863c065134391f /view/js | |
parent | 6adb18091124cd51e1bf8a2efae31cb83a0db075 (diff) | |
download | volse-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/js')
-rw-r--r-- | view/js/mod_network.js | 2 |
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'); }); |