Skip to content
Snippets Groups Projects
Commit 4392dde5 authored by Olivier PEREZ's avatar Olivier PEREZ
Browse files

Display datepicker when click in field

parent 67d05161
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ $(document).ready(function () {
});
};
$(document).on('click', '.input-group.date .input-group-addon', function () {
$(document).on('click', '.input-group.date .input-group-addon, .input-group.date input', function () {
// Re-init datepicker config before displaying
init_datepicker();
$(this).parent().datepicker('show');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment