* Fix bug 32821.

This commit is contained in:
tianshujie
2023-03-13 09:58:51 +08:00
parent 709d489a0b
commit 00a69ba40e
+1 -1
View File
@@ -39,7 +39,7 @@
<?php echo html::select('type', $lang->execution->cfdTypeList, $type, "class='form-control chosen'");?>
</div>
<div id="cfdDateSelect">
<form method='post' class='form-ajax not-watch'>
<form method='post' class='form-ajax not-watch no-stash'>
<div class='input-group'>
<?php echo html::input('begin', $begin, "class='form-control form-date' onchange='$(\"#datePreview\").removeClass(\"hidden\")' placeholder='" . $lang->execution->charts->cfd->begin . "'");?>
<span class='input-group-addon'><?php echo $lang->project->to;?></span>