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'){