Skip to content

Commit

Permalink
Merge pull request #2176 from acrobat/finish-pr-1997
Browse files Browse the repository at this point in the history
Use default arrow values
  • Loading branch information
acrobat authored Apr 21, 2017
2 parents f425c0f + 2555d8d commit 2f3cfa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/bootstrap-datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1945,9 +1945,9 @@
'<th colspan="7" class="datepicker-title"></th>'+
'</tr>'+
'<tr>'+
'<th class="prev">&laquo;</th>'+
'<th class="prev">'+defaults.templates.leftArrow+'</th>'+
'<th colspan="5" class="datepicker-switch"></th>'+
'<th class="next">&raquo;</th>'+
'<th class="next">'+defaults.templates.rightArrow+'</th>'+
'</tr>'+
'</thead>',
contTemplate: '<tbody><tr><td colspan="7"></td></tr></tbody>',
Expand Down

0 comments on commit 2f3cfa0

Please sign in to comment.