Search and Top Navigation
Ticket #3547: updateAlternate.patch
File updateAlternate.patch, 0.4 KB (added by GlowingRose, November 07, 2008 04:25AM UTC)
Patch
Index: ui/ui.datepicker.js
===================================================================
--- ui/ui.datepicker.js (revision 872)
+++ ui/ui.datepicker.js (working copy)
@@ -246,6 +246,7 @@
$.data(target, PROP_NAME, inst);
this._setDate(inst, this._getDefaultDate(inst));
this._updateDatepicker(inst);
+ this._updateAlternate(inst);
},
/* Tidy up after displaying the date picker. */
Download in other formats:
Original Format
File updateAlternate.patch, 0.4 KB (added by GlowingRose, November 07, 2008 04:25AM UTC)
Patch
Index: ui/ui.datepicker.js
===================================================================
--- ui/ui.datepicker.js (revision 872)
+++ ui/ui.datepicker.js (working copy)
@@ -246,6 +246,7 @@
$.data(target, PROP_NAME, inst);
this._setDate(inst, this._getDefaultDate(inst));
this._updateDatepicker(inst);
+ this._updateAlternate(inst);
},
/* Tidy up after displaying the date picker. */