Update crontab.js

pull/149/head
midoks 3 years ago
parent 5352e3e5fa
commit d90b139714
  1. 2
      route/static/app/crontab.js

@ -35,7 +35,7 @@ function getLogs(id){
});
setTimeout(function(){
$("#crontab-log").text(rdata.msg);
$("#crontab-log").html(rdata.msg);
},200);
},'json');
}

Loading…
Cancel
Save