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;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Disabled until actually implemented
|
||||||
window.onload = async function() {
|
window.onload = async function() {
|
||||||
// Verify Fest Information
|
// Verify Fest Information
|
||||||
let data = localStorage.getItem("fest-info");
|
let data = localStorage.getItem("fest-info");
|
||||||
|
|
@ -81,4 +82,5 @@ window.onload = async function() {
|
||||||
document.getElementById("splatfest-info").style.display = "none";
|
document.getElementById("splatfest-info").style.display = "none";
|
||||||
console.log("No fests currently planned or active")
|
console.log("No fests currently planned or active")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
Loading…
Reference in a new issue