Skip to content

Commit c2e14fe

Browse files
author
Jens Rantil
committed
Making the whole toggler bar clickable
Previously, you had to specifically click on the icon to toggle.
1 parent 2e9e7d8 commit c2e14fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/bootstrap-datetimepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@
11331133
DPGlobal.template +
11341134
'</div>' +
11351135
'</li>' +
1136-
'<li class="picker-switch"><a class="accordion-toggle"><i class="' + timeIcon + '"></i></a></li>' +
1136+
'<li class="picker-switch accordion-toggle"><a><i class="' + timeIcon + '"></i></a></li>' +
11371137
'<li class="collapse">' +
11381138
'<div class="timepicker">' +
11391139
TPGlobal.getTemplate(is12Hours, showSeconds) +

0 commit comments

Comments
 (0)