From 5dd84c12f3ccd51bea2566f6d72c9729eb8092a7 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 31 Oct 2022 09:35:51 +0800 Subject: [PATCH] Update crontab.js --- route/static/app/crontab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/static/app/crontab.js b/route/static/app/crontab.js index c71794e0f..5853b18bc 100755 --- a/route/static/app/crontab.js +++ b/route/static/app/crontab.js @@ -279,7 +279,7 @@ function planAdd(){ if (type == 'minute-n'){ var where1 = $("#ptime input[name='where1']").val(); - $("#set-Config input[name='where1']").val(where1); + $("#set-Config input[name='minute']").val(where1); } if (type == 'day-n'){