Fix saved searches on network page, fix caching mith multiple autocompleters
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
$(document).ready(function() {
|
||||
$("#search-text").contact_autocomplete(baseurl + '/acl');
|
||||
$("#search-text").contact_autocomplete(baseurl + '/search_ac');
|
||||
$('.jslider-scale ins').addClass('hidden-xs');
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user