mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 02:09:22 +02:00
Update for the offline video
This commit is contained in:
parent
45c06718b9
commit
796ed1df2f
528 changed files with 63819 additions and 306 deletions
6
node_modules/jquery-ui/ui/widgets/datepicker.js
generated
vendored
6
node_modules/jquery-ui/ui/widgets/datepicker.js
generated
vendored
|
@ -1,6 +1,6 @@
|
|||
/* eslint-disable max-len, camelcase */
|
||||
/*!
|
||||
* jQuery UI Datepicker 1.13.1
|
||||
* jQuery UI Datepicker 1.13.2
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
|
@ -36,7 +36,7 @@
|
|||
} )( function( $ ) {
|
||||
"use strict";
|
||||
|
||||
$.extend( $.ui, { datepicker: { version: "1.13.1" } } );
|
||||
$.extend( $.ui, { datepicker: { version: "1.13.2" } } );
|
||||
|
||||
var datepicker_instActive;
|
||||
|
||||
|
@ -2233,7 +2233,7 @@ $.fn.datepicker = function( options ) {
|
|||
$.datepicker = new Datepicker(); // singleton instance
|
||||
$.datepicker.initialized = false;
|
||||
$.datepicker.uuid = new Date().getTime();
|
||||
$.datepicker.version = "1.13.1";
|
||||
$.datepicker.version = "1.13.2";
|
||||
|
||||
return $.datepicker;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue