flush datetimepicker value if loop selected
This commit is contained in:
parent
1ce9b925fe
commit
a40fab6b42
@ -114,6 +114,7 @@ jQuery(document).ready(function ($) {
|
|||||||
|
|
||||||
if (flushValue) {
|
if (flushValue) {
|
||||||
$target.val('');
|
$target.val('');
|
||||||
|
$datetimepicker.val('');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user