mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-21 17:05:59 +00:00
More functioning 'autocomplete'
This commit is contained in:
@@ -136,6 +136,8 @@ var Frontpage = {
|
||||
limit: 5, // The max amount of results that can be shown at once. Default: Infinity.
|
||||
});
|
||||
|
||||
$(".autocomplete").off('keydown.autocomplete');
|
||||
|
||||
document.getElementById("preloader").style.display = "none";
|
||||
//Materialize.fadeInImage('#channels');
|
||||
$("#channels").fadeIn(800);
|
||||
|
||||
Reference in New Issue
Block a user