Skip to content

Commit

Permalink
Merge pull request #838 from raphaelstolt/tooltip-reset
Browse files Browse the repository at this point in the history
Reset tooltip fixes #749
  • Loading branch information
acrobat committed Dec 13, 2014
2 parents 81e8b18 + 457888f commit 71576f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/bootstrap-datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,7 @@

clsName = $.unique(clsName);
html.push('<td class="'+clsName.join(' ')+'"' + (tooltip ? ' title="'+tooltip+'"' : '') + '>'+prevMonth.getUTCDate() + '</td>');
tooltip = null;
if (prevMonth.getUTCDay() === this.o.weekEnd){
html.push('</tr>');
}
Expand Down

0 comments on commit 71576f8

Please sign in to comment.