Disable Gathering Fest Info

This commit is contained in:
BloxerHD 2026-05-25 12:33:13 +01:00
commit 5243b80449
Signed by: bloxerhd018
SSH key fingerprint: SHA256:ItSfcfhpXlfkMK3uQSDYW5X3XKm0hbHWQqWcCK57px8

View file

@ -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");
@ -82,3 +83,4 @@ window.onload = async function() {
console.log("No fests currently planned or active")
}
}
*/