More functioning 'autocomplete'

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-14 21:35:59 +01:00
parent 35a428b801
commit 9d4bb0b68b
7 changed files with 42 additions and 23 deletions

View File

@@ -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);