aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.datepicker.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui.datepicker.js')
-rw-r--r--ui/ui.datepicker.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.datepicker.js b/ui/ui.datepicker.js
index 841e71327..17b483281 100644
--- a/ui/ui.datepicker.js
+++ b/ui/ui.datepicker.js
@@ -447,6 +447,7 @@ $.extend(Datepicker.prototype, {
if (inst) {
this._setDate(inst, date, endDate);
this._updateDatepicker(inst);
+ this._updateAlternate(inst);
}
},