Skip to content

Commit

Permalink
Merge branch 'AdamNiederer-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrossman committed May 25, 2016
2 parents b0898ca + 15f1592 commit ecd80b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daterangepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
options.template = '<div class="daterangepicker dropdown-menu">' +
'<div class="calendar left">' +
'<div class="daterangepicker_input">' +
'<input class="input-mini" type="text" name="daterangepicker_start" value="" />' +
'<input class="input-mini form-control" type="text" name="daterangepicker_start" value="" />' +
'<i class="fa fa-calendar glyphicon glyphicon-calendar"></i>' +
'<div class="calendar-time">' +
'<div></div>' +
Expand All @@ -106,7 +106,7 @@
'</div>' +
'<div class="calendar right">' +
'<div class="daterangepicker_input">' +
'<input class="input-mini" type="text" name="daterangepicker_end" value="" />' +
'<input class="input-mini form-control" type="text" name="daterangepicker_end" value="" />' +
'<i class="fa fa-calendar glyphicon glyphicon-calendar"></i>' +
'<div class="calendar-time">' +
'<div></div>' +
Expand Down

0 comments on commit ecd80b4

Please sign in to comment.