Skip to content
Snippets Groups Projects
Verified Commit a7909d1a authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Update value of end date also in date picker

parent 5833dfa2
No related branches found
No related tags found
1 merge request!91Resolve "Fix date select on register absence form"
Pipeline #3773 failed
......@@ -17,7 +17,7 @@
$(document).ready(function () {
$("#id_date_start").change(function () {
$("#id_date_end").val($("#id_date_start").val());
$("#id_date_end").change();
initDatePicker("#id_date_end");
});
});
</script>
......
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