Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #257 from etomilin/patch-1
Browse files Browse the repository at this point in the history
Navigation arrows missing (BS3)
  • Loading branch information
smalot committed May 29, 2014
2 parents 0d9bf2a + 9f4ea26 commit 6f70ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/bootstrap-datetimepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1615,9 +1615,9 @@
'</thead>',
headTemplateV3: '<thead>' +
'<tr>' +
'<th class="prev"><i class="icon icon-arrow-left"></i> </th>' +
'<th class="prev"><span class="glyphicon glyphicon-arrow-left"></span> </th>' +
'<th colspan="5" class="switch"></th>' +
'<th class="next"><i class="icon icon-arrow-right"></i> </th>' +
'<th class="next"><span class="glyphicon glyphicon-arrow-right"></span> </th>' +
'</tr>' +
'</thead>',
contTemplate: '<tbody><tr><td colspan="7"></td></tr></tbody>',
Expand Down

0 comments on commit 6f70ac7

Please sign in to comment.