Disable Gathering Fest Info
This commit is contained in:
parent
d6a63fe520
commit
5243b80449
1 changed files with 3 additions and 1 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
*/
|
||||
Loading…
Reference in a new issue