mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed materialize slider shit
This commit is contained in:
2
static/dist/lib/materialize.js
vendored
2
static/dist/lib/materialize.js
vendored
@@ -3190,7 +3190,7 @@ $(document).ready(function(){
|
||||
};
|
||||
|
||||
|
||||
$.fn.slider = function(methodOrOptions) {
|
||||
$.fn.materializeSlider = function(methodOrOptions) {
|
||||
if ( methods[methodOrOptions] ) {
|
||||
return methods[ methodOrOptions ].apply( this, Array.prototype.slice.call( arguments, 1 ));
|
||||
} else if ( typeof methodOrOptions === 'object' || ! methodOrOptions ) {
|
||||
|
||||
8
static/dist/lib/materialize.min.js
vendored
8
static/dist/lib/materialize.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user