From 07d12617da868a7817efd4166e1a68efde559a1a Mon Sep 17 00:00:00 2001 From: liumengyi Date: Tue, 7 Nov 2023 08:53:44 +0800 Subject: [PATCH] - Remove useless code. --- module/execution/ui/edit.html.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/module/execution/ui/edit.html.php b/module/execution/ui/edit.html.php index 29fa18c882..d1bdbcd2de 100644 --- a/module/execution/ui/edit.html.php +++ b/module/execution/ui/edit.html.php @@ -455,7 +455,6 @@ formPanel datePicker ( set::name('begin'), - set::type('date'), set('id', 'begin'), set::value($execution->begin), set::placeholder($lang->execution->begin), @@ -465,7 +464,6 @@ formPanel datePicker ( set::name('end'), - set::type('date'), set('id', 'end'), set::value($execution->end), set::placeholder($lang->execution->end),