Support banner

This commit is contained in:
cmdr2
2023-09-01 19:31:46 +05:30
parent 5d4498ff85
commit b0294f8cbd
2 changed files with 2 additions and 2 deletions

View File

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