Skip to content

Commit

Permalink
fix for #490
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoskalogridis committed Aug 16, 2014
1 parent 5d3aa1d commit 428dd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/bootstrap-datetimepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ THE SOFTWARE.
}
return (
'<div class="bootstrap-datetimepicker-widget dropdown-menu">' +
'<div class="datepicker">' + dpGlobal.template + '</div>' +
'<div class="datepicker">' + template + '</div>' +
'</div>'
);
},
Expand Down

0 comments on commit 428dd40

Please sign in to comment.