summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/app.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/js/app.js b/js/app.js
index f963a45..e5d8ea3 100644
--- a/js/app.js
+++ b/js/app.js
@@ -1,13 +1,3 @@
-if (screen.width > 768) { // If Desktop
- document.getElementById("m-konami").innerHTML = `
- <img src="/assets/imgs/clairo2.gif" alt="" width="30px">
- `;
-} else { // If Mobile
- document.getElementById("m-konami").innerHTML = `
- <img src="/assets/imgs/clairo2.gif" onclick="activateCheats()" alt="" width="30px">
- `;
-}
-
// KONAMI CODE HINTS
$(window).on("load", function () {
console.log("UP, UP, DOWN, DOWN, LEFT, RIGHT, LEFT, RIGHT, B, A")