Fix bug where on first startup website would not properly load, because there were no jobs.
This commit is contained in:
parent
fed7b3af79
commit
23f4f21bc2
@ -75,6 +75,7 @@ function Setup(){
|
||||
});
|
||||
});
|
||||
|
||||
ResetContent();
|
||||
UpdateJobs();
|
||||
setInterval(() => {
|
||||
UpdateJobs();
|
||||
|
Loading…
Reference in New Issue
Block a user