From 5243b804495d5707c7cf532418de26e2a603aff2 Mon Sep 17 00:00:00 2001 From: BloxerHD018 Date: Mon, 25 May 2026 12:33:13 +0100 Subject: [PATCH] Disable Gathering Fest Info --- js/home.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/home.js b/js/home.js index dea70d8..76d0f4b 100644 --- a/js/home.js +++ b/js/home.js @@ -23,6 +23,7 @@ async function requestFestInfo() { return data; } +/* Disabled until actually implemented window.onload = async function() { // Verify Fest Information let data = localStorage.getItem("fest-info"); @@ -81,4 +82,5 @@ window.onload = async function() { document.getElementById("splatfest-info").style.display = "none"; console.log("No fests currently planned or active") } -} \ No newline at end of file +} +*/ \ No newline at end of file