You've already forked crontab-ui
mirror of
https://github.com/alseambusher/crontab-ui.git
synced 2025-12-15 11:43:58 +08:00
cleanup
This commit is contained in:
@@ -16,7 +16,7 @@ crontab = function(name, command, schedule, stopped, logging){
|
||||
data.name = name;
|
||||
data.command = command;
|
||||
data.schedule = schedule;
|
||||
if(stopped != null) {
|
||||
if(stopped !== null) {
|
||||
data.stopped = stopped;
|
||||
}
|
||||
data.timestamp = (new Date()).toString();
|
||||
|
||||
Reference in New Issue
Block a user