From 23f4f21bc27a310166ee9724ade5cba6beb03653 Mon Sep 17 00:00:00 2001 From: glax Date: Tue, 26 Sep 2023 18:09:45 +0200 Subject: [PATCH] Fix bug where on first startup website would not properly load, because there were no jobs. --- Website/interaction.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Website/interaction.js b/Website/interaction.js index ee1626e..5fcaf1d 100644 --- a/Website/interaction.js +++ b/Website/interaction.js @@ -75,6 +75,7 @@ function Setup(){ }); }); + ResetContent(); UpdateJobs(); setInterval(() => { UpdateJobs();