summaryrefslogtreecommitdiff
path: root/js/app.js
diff options
context:
space:
mode:
authors1n <[email protected]>2019-11-05 12:59:44 -0800
committerGitHub <[email protected]>2019-11-05 12:59:44 -0800
commit8b7c73cbdce9b6e29a87796263b500ee72722c0c (patch)
tree302b087ee11d5a773f3deb89a826f9000f2241bd /js/app.js
parentUpdate app.js (diff)
downloads1n.pw-admin-8b7c73cbdce9b6e29a87796263b500ee72722c0c.tar.xz
s1n.pw-admin-8b7c73cbdce9b6e29a87796263b500ee72722c0c.zip
Update app.js
Diffstat (limited to 'js/app.js')
-rw-r--r--js/app.js8
1 files changed, 3 insertions, 5 deletions
diff --git a/js/app.js b/js/app.js
index 8e781a2..f963a45 100644
--- a/js/app.js
+++ b/js/app.js
@@ -1,13 +1,11 @@
if (screen.width > 768) { // If Desktop
document.getElementById("m-konami").innerHTML = `
- <div class="clairo">
<img src="/assets/imgs/clairo2.gif" alt="" width="30px">
- </div>
`;
} else { // If Mobile
- <div class="clairo" onclick="activateCheats()">
- <img src="/assets/imgs/clairo2.gif" alt="" width="30px">
- </div>
+ document.getElementById("m-konami").innerHTML = `
+ <img src="/assets/imgs/clairo2.gif" onclick="activateCheats()" alt="" width="30px">
+ `;
}
// KONAMI CODE HINTS