From 4494e9763923f37cf0b02aa39b8dd0965c9277d8 Mon Sep 17 00:00:00 2001
From: sgm0422 <976204163@qq.com>
Date: Wed, 22 Jul 2020 13:52:46 +0800
Subject: [PATCH] * Fix details.
---
module/task/view/finish.html.php | 2 +-
module/todo/js/view.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/module/task/view/finish.html.php b/module/task/view/finish.html.php
index 5d72cb9ad9..6b29efb743 100644
--- a/module/task/view/finish.html.php
+++ b/module/task/view/finish.html.php
@@ -67,7 +67,7 @@
| task->realStarted;?> |
- realStarted != '0000-00-00' ? $task->realStarted : helper::today(), "class='form-control form-date'");?> | |
+ realStarted != '0000-00-00' ? $task->realStarted : '', "class='form-control form-date'");?> | |
| task->finishedDate;?> |
diff --git a/module/todo/js/view.js b/module/todo/js/view.js
index 4181382b07..703fba1cff 100644
--- a/module/todo/js/view.js
+++ b/module/todo/js/view.js
@@ -45,7 +45,7 @@ $(function()
parent.location.href = link;
})
- $('#project, $product').change();
+ $('#project, #product').change();
});
function createProduct()