Temporarily hide the support banner until v3 releases to main. Avoids the distraction from handling support/bugs during v3's release, will bring this back soon

This commit is contained in:
cmdr2 2023-08-29 09:43:31 +05:30
parent ad227ca190
commit a7b0858b22

View File

@ -960,7 +960,7 @@ function makeImage() {
const countBeforeBanner = localStorage.getItem("countBeforeBanner") || 1
if (countBeforeBanner <= 0) {
supportBanner.classList.remove("displayNone")
// supportBanner.classList.remove("displayNone")
} else {
localStorage.setItem("countBeforeBanner", countBeforeBanner - 1)
}
@ -1537,7 +1537,7 @@ function updateInitialText() {
const countBeforeBanner = localStorage.getItem("countBeforeBanner") || 1
if (countBeforeBanner <= 0) {
supportBanner.classList.remove("displayNone")
// supportBanner.classList.remove("displayNone")
}
}
}