update bootstrap datepicker

This commit is contained in:
vitalets 2012-12-03 14:38:16 +04:00
parent d96b2dfdf9
commit a1c6d34730

@ -292,7 +292,7 @@
.text(dates[this.language].months[month]+' '+year); .text(dates[this.language].months[month]+' '+year);
this.picker.find('tfoot th.today') this.picker.find('tfoot th.today')
.text(dates[this.language].today) .text(dates[this.language].today)
.toggle(this.todayBtn); .toggle(this.todayBtn !== false);
this.updateNavArrows(); this.updateNavArrows();
this.fillMonths(); this.fillMonths();
var prevMonth = UTCDate(year, month-1, 28,0,0,0,0), var prevMonth = UTCDate(year, month-1, 28,0,0,0,0),