Updated materializeCSS to 0.98.2

This commit is contained in:
Kasper Rynning-Tønnesen
2017-04-28 15:19:01 +02:00
parent f39426686e
commit 8068b2eb68
5 changed files with 16 additions and 13 deletions

View File

@@ -134,6 +134,9 @@ var Frontpage = {
$(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');