Server geändert
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* jQuery Timepicker - v1.3.5 - 2016-07-10
|
||||
* http://timepicker.co
|
||||
* https://timepicker.co
|
||||
*
|
||||
* Enhances standard form input fields helping users to select (or type) times.
|
||||
*
|
||||
@ -79,7 +79,7 @@
|
||||
|
||||
$.TimePicker.prototype = {
|
||||
// extracted from from jQuery UI Core
|
||||
// http://github,com/jquery/jquery-ui/blob/master/ui/jquery.ui.core.js
|
||||
// https://github,com/jquery/jquery-ui/blob/master/ui/jquery.ui.core.js
|
||||
keyCode: {
|
||||
ALT: 18,
|
||||
BLOQ_MAYUS: 20,
|
||||
@ -320,7 +320,7 @@
|
||||
/**
|
||||
* _activate, _deactivate, first, last, next, previous, _move and
|
||||
* _hasScroll were extracted from jQuery UI Menu
|
||||
* http://github,com/jquery/jquery-ui/blob/menu/ui/jquery.ui.menu.js
|
||||
* https://github,com/jquery/jquery-ui/blob/menu/ui/jquery.ui.menu.js
|
||||
*/
|
||||
|
||||
//
|
||||
@ -395,7 +395,7 @@
|
||||
if (i.rebuild || widget.instance !== i || arrange) {
|
||||
// handle menu events when using jQuery versions previous to
|
||||
// 1.4.2 (thanks to Brian Link)
|
||||
// http://github.com/wvega/timepicker/issues#issue/4
|
||||
// https://github.com/wvega/timepicker/issues#issue/4
|
||||
if ($.fn.jquery < '1.4.2') {
|
||||
widget.viewport.children().remove();
|
||||
widget.viewport.append(i.items);
|
||||
@ -767,7 +767,7 @@
|
||||
* '57' can't be converted and the function returns false.
|
||||
*
|
||||
* For a detailed list of supported formats check the unit tests at
|
||||
* http://github.com/wvega/timepicker/tree/master/tests/
|
||||
* https://github.com/wvega/timepicker/tree/master/tests/
|
||||
*/
|
||||
$.fn.timepicker.parseTime = (function() {
|
||||
var patterns = [
|
||||
|
Reference in New Issue
Block a user