Skip to content

Commit

Permalink
Merge pull request #6 from ankurk91/patch-2
Browse files Browse the repository at this point in the history
Fix bootstrap 4 css class
  • Loading branch information
pingcheng authored Jul 10, 2018
2 parents 8ee2f3a + f208969 commit 7da07ab
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 @@ -2342,7 +2342,7 @@
if (element.hasClass('input-group')) {
// in case there is more then one 'input-group-addon' Issue #48
if (element.find('.datepickerbutton').length === 0) {
component = element.find('.input-group-addon');
component = element.find('.input-group-append');
} else {
component = element.find('.datepickerbutton');
}
Expand Down

0 comments on commit 7da07ab

Please sign in to comment.