update

parent 1387be74
...@@ -387,6 +387,12 @@ ...@@ -387,6 +387,12 @@
}, 500); }, 500);
}); });
$('li.dateTreeview a').click(function(){
setTimeout(() => {
$("input[name='start']").datepicker('show');
}, 500);
});
$("input[name='start']").change(function() { $("input[name='start']").change(function() {
$("input[name='end']").datepicker('show'); $("input[name='end']").datepicker('show');
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment