Skip to content

Commit

Permalink
applying fix from @clubnite for issue kbwood#5 - see also kbwood#5
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt committed Apr 21, 2013
1 parent 7e42f4f commit 5b01516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.datepick.js
Original file line number Diff line number Diff line change
Expand Up @@ -1521,8 +1521,8 @@ $.extend(Datepicker.prototype, {
inst.drawDate = this._checkMinMax(plugin.newDate(inst.selectedDates[0] ||
inst.get('defaultDate') || plugin.today()), inst);
if (!setOpt) {
this._update(target);
this._updateInput(target, keyUp);
this._update(target);
}
}
},
Expand Down

0 comments on commit 5b01516

Please sign in to comment.