You've already forked crontab-ui
mirror of
https://github.com/alseambusher/crontab-ui.git
synced 2025-12-15 11:43:58 +08:00
Backslash parsing bug
This commit is contained in:
@@ -54,7 +54,6 @@ function setCrontab(){
|
||||
}
|
||||
|
||||
function editJob(_id){
|
||||
console.log(_id);
|
||||
var job = null;
|
||||
crontabs.forEach(function(crontab){
|
||||
if(crontab._id == _id)
|
||||
|
||||
Reference in New Issue
Block a user