mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with autocomplete not appearing
This commit is contained in:
@@ -157,13 +157,13 @@ var Frontpage = {
|
||||
var to_autocomplete = "input.desktop-search";
|
||||
if(Helper.mobilecheck()) to_autocomplete = "input.mobile-search";
|
||||
|
||||
/*$(to_autocomplete).autocomplete({
|
||||
$(to_autocomplete).autocomplete({
|
||||
data: data,
|
||||
limit: 5, // The max amount of results that can be shown at once. Default: Infinity.
|
||||
onAutocomplete: function(val) {
|
||||
Frontpage.to_channel(val, false);
|
||||
},
|
||||
});*/
|
||||
});
|
||||
|
||||
//$(".autocomplete").off('keydown.autocomplete');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user