Fix bug where on first startup website would not properly load, because there were no jobs.

This commit is contained in:
glax 2023-09-26 18:09:45 +02:00
parent fed7b3af79
commit 23f4f21bc2

View File

@ -75,6 +75,7 @@ function Setup(){
});
});
ResetContent();
UpdateJobs();
setInterval(() => {
UpdateJobs();