Update crontab.js

pull/267/head
midoks 3 years ago
parent 36b837bb29
commit 23cb934e0c
  1. 2
      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);

Loading…
Cancel
Save