UPDATE: Minor bugfixes for the current functionallity. Now having a running out of the box system.
This commit is contained in:
2
public/js/v3/jquery-ui.js
vendored
2
public/js/v3/jquery-ui.js
vendored
@@ -9025,7 +9025,7 @@ $.extend( Datepicker.prototype, {
|
||||
if ( secondary || !changeYear ) {
|
||||
html += "<span class='ui-datepicker-year'>" + drawYear + "</span>";
|
||||
} else {
|
||||
|
||||
|
||||
// determine range of years to display
|
||||
years = this._get( inst, "yearRange" ).split( ":" );
|
||||
thisYear = new Date().getFullYear();
|
||||
|
||||
Reference in New Issue
Block a user