Skip to content

Instantly share code, notes, and snippets.

@mvastola
Created February 4, 2011 05:29
Show Gist options
  • Save mvastola/810777 to your computer and use it in GitHub Desktop.
Save mvastola/810777 to your computer and use it in GitHub Desktop.
CDS Diff
Index: calendar_date_select/calendar_date_select.js
===================================================================
--- calendar_date_select/calendar_date_select.js (revision 1369)
+++ calendar_date_select/calendar_date_select.js (revision 1370)
@@ -296,7 +296,7 @@
this.year_select.setValue(y);
} else {
- this.month_year_label.update( Date.months[m] + " " + y.toString() );
+ this.month_year_label.update().insert( Date.months[m] + " " + y.toString() );
}
},
populateYearRange: function() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment