* Fix details.

This commit is contained in:
sgm0422
2020-07-22 13:52:46 +08:00
parent 9ab20fdb17
commit 4494e97639
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
</tr>
<tr>
<th><?php echo $lang->task->realStarted;?></th>
<td><div class='datepicker-wrapper'><?php echo html::input('realStarted', $task->realStarted != '0000-00-00' ? $task->realStarted : helper::today(), "class='form-control form-date'");?></div></td><td></td>
<td><div class='datepicker-wrapper'><?php echo html::input('realStarted', $task->realStarted != '0000-00-00' ? $task->realStarted : '', "class='form-control form-date'");?></div></td><td></td>
</tr>
<tr>
<th><?php echo $lang->task->finishedDate;?></th>
+1 -1
View File
@@ -45,7 +45,7 @@ $(function()
parent.location.href = link;
})
$('#project, $product').change();
$('#project, #product').change();
});
function createProduct()