UPDATE: Minor bugfixes for the current functionallity. Now having a running out of the box system.

This commit is contained in:
Stephan Kasdorf
2017-07-31 21:44:52 +02:00
parent afcde5ca49
commit 28fe5936cf
7 changed files with 26 additions and 10 deletions

View File

@@ -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();