diff options
| author | s1n <[email protected]> | 2019-11-05 13:03:36 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-05 13:03:36 -0800 |
| commit | 98fd33ffbaa52e65f5aff4d6e4d07c8d4bbfcc19 (patch) | |
| tree | 6cb788137a07fe6cbf9dca2ed5376a234481cb7a | |
| parent | Update index.html (diff) | |
| download | s1n.pw-admin-98fd33ffbaa52e65f5aff4d6e4d07c8d4bbfcc19.tar.xz s1n.pw-admin-98fd33ffbaa52e65f5aff4d6e4d07c8d4bbfcc19.zip | |
Update app.js
| -rw-r--r-- | js/app.js | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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")
|