summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authors1n <[email protected]>2019-11-22 13:44:14 -0800
committerGitHub <[email protected]>2019-11-22 13:44:14 -0800
commit3da4618924cf53ce3a1b6c93e837b7a70c16682e (patch)
treeef1ed5dd816e4c6a35b2f26bc720945c47576bf6 /js
parentDelete temp (diff)
downloads1n.pw-admin-3da4618924cf53ce3a1b6c93e837b7a70c16682e.tar.xz
s1n.pw-admin-3da4618924cf53ce3a1b6c93e837b7a70c16682e.zip
remove snow on konami
Diffstat (limited to 'js')
-rw-r--r--js/app.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/app.js b/js/app.js
index 8491533..aada1f1 100644
--- a/js/app.js
+++ b/js/app.js
@@ -157,8 +157,7 @@ function deactivateCheats() {
}
pauseAudio()
- document.getElementById("directory-konami").innerHTML = `
- `;
+ document.getElementById("directory-konami").innerHTML = ``;
document.getElementById("m-konami").innerHTML = `
<div class="clairo">
@@ -166,6 +165,8 @@ function deactivateCheats() {
</div>
`;
+ document.getElementById("snow").innerHTML = ``;
+
document.title = "s1nical - Landing Page";
CheatsState = false;