We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_updateAlternate()
1 parent 0cc197a commit cd7f8f0Copy full SHA for cd7f8f0
ui/widgets/datepicker.js
@@ -1089,7 +1089,7 @@ $.extend( Datepicker.prototype, {
1089
altFormat = this._get( inst, "altFormat" ) || this._get( inst, "dateFormat" );
1090
date = this._getDate( inst );
1091
dateStr = this.formatDate( altFormat, date, this._getFormatConfig( inst ) );
1092
- $( altField ).each( function() { $( this ).val( dateStr ); } );
+ $( altField ).val( dateStr );
1093
}
1094
},
1095
0 commit comments