mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated materializeCSS to 0.98.2
This commit is contained in:
6
public/css/materialize.min.css
vendored
6
public/css/materialize.min.css
vendored
File diff suppressed because one or more lines are too long
4
public/dist/embed.min.js
vendored
4
public/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
10
public/dist/lib/materialize.min.js
vendored
10
public/dist/lib/materialize.min.js
vendored
File diff suppressed because one or more lines are too long
6
public/dist/main.min.js
vendored
6
public/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -134,6 +134,9 @@ var Frontpage = {
|
|||||||
$(to_autocomplete).autocomplete({
|
$(to_autocomplete).autocomplete({
|
||||||
data: data,
|
data: data,
|
||||||
limit: 5, // The max amount of results that can be shown at once. Default: Infinity.
|
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');
|
//$(".autocomplete").off('keydown.autocomplete');
|
||||||
|
|||||||
Reference in New Issue
Block a user