Skip to content

Commit f841408

Browse files
committed
Merge pull request uxsolutions#266 from dionysiosarvanitis/master
2 parents 557debd + 329c7cc commit f841408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/bootstrap-datepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
.text(dates[this.language].months[month]+' '+year);
313313
this.picker.find('tfoot th.today')
314314
.text(dates[this.language].today)
315-
.toggle(this.todayBtn);
315+
.toggle(this.todayBtn !== false);
316316
this.updateNavArrows();
317317
this.fillMonths();
318318
var prevMonth = UTCDate(year, month-1, 28,0,0,0,0),

0 commit comments

Comments
 (0)