From 23cb934e0ccd1eb8fcd4618df8e273d01b030fab Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 21 Nov 2022 19:37:31 +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..f867d219d 100755 --- a/route/static/app/crontab.js +++ b/route/static/app/crontab.js @@ -289,7 +289,7 @@ function planAdd(){ if (type == 'hour-n'){ var where1 = $("#ptime input[name='where1']").val(); - $("#set-Config input[name='hour']").val(where1); + $("#set-Config input[name='where1']").val(where1); } $("#set-Config input[name='sName']").val(sName);