Merge branch 'develop'

This commit is contained in:
jr-k 2024-05-07 13:56:29 +02:00
commit 2f8a7d1320

View File

@ -114,6 +114,7 @@ jQuery(document).ready(function ($) {
if (flushValue) { if (flushValue) {
$target.val(''); $target.val('');
$datetimepicker.val('');
} }
}); });