Altfield without today date?
Now the date (today) appears
Quick solution to display blank input: Add in line 162: $this.datepicker('option', mdp_events); if ($this.datepicker('option', 'altField') != undefined && $this.datepicker('option', 'altField') != "") {
$($this.datepicker('option', 'altField')).val( '' ); }
You seem to have CSS turned off. Please don't fill out this field.
Anonymous
Fixed, and thanks for the suggestion too :)
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Quick solution to display blank input:
Add in line 162:
$this.datepicker('option', mdp_events);
if ($this.datepicker('option', 'altField') != undefined && $this.datepicker('option', 'altField') != "") {
Fixed, and thanks for the suggestion too :)