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:
12
static/dist/lib/materialize.js
vendored
12
static/dist/lib/materialize.js
vendored
@@ -1,8 +1,8 @@
|
||||
/*!
|
||||
* Materialize v0.97.0 (http://materializecss.com)
|
||||
* Copyright 2014-2015 Materialize
|
||||
* MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
|
||||
*/
|
||||
/*!
|
||||
* Materialize v0.97.0 (http://materializecss.com)
|
||||
* Copyright 2014-2015 Materialize
|
||||
* MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
|
||||
*/
|
||||
/*
|
||||
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
|
||||
*
|
||||
@@ -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