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