|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
/*! |
|
|
|
|
* jQuery JavaScript Library v1.12.4 |
|
|
|
|
* jQuery JavaScript Library v3.6.1 |
|
|
|
|
* http://jquery.com/
|
|
|
|
|
* |
|
|
|
|
* Includes Sizzle.js |
|
|
|
@ -63,16 +63,15 @@
|
|
|
|
|
var support = {}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var |
|
|
|
|
version = "1.12.4", |
|
|
|
|
version = "3.6.1", |
|
|
|
|
|
|
|
|
|
// Define a local copy of jQuery
|
|
|
|
|
jQuery = function( selector, context ) { |
|
|
|
|
jQuery = function (selector, context) { |
|
|
|
|
|
|
|
|
|
// The jQuery object is actually just the init constructor 'enhanced'
|
|
|
|
|
// Need init if jQuery is called (just allow error to be thrown if not included)
|
|
|
|
|
return new jQuery.fn.init( selector, context ); |
|
|
|
|
return new jQuery.fn.init(selector, context); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// Support: Android<4.1, IE<9
|
|
|
|
|