diff options
Diffstat (limited to 'konami')
| -rw-r--r-- | konami/index.html | 1 | ||||
| -rw-r--r-- | konami/js/main.js | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/konami/index.html b/konami/index.html index 3aedd59..859a2f4 100644 --- a/konami/index.html +++ b/konami/index.html @@ -13,6 +13,7 @@ <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <link rel="stylesheet" href="/konami/css/main.css"> <script src="/konami/js/main.js"></script> + <script src="/js/redirect-to-mobile.js"></script> <meta name="description" content="s1nical is a full stack developer."> <meta property="og:description" content="s1nical is a full stack developer."> <meta property="og:title" content="s1nical"> diff --git a/konami/js/main.js b/konami/js/main.js index 9ffed54..c75bb27 100644 --- a/konami/js/main.js +++ b/konami/js/main.js @@ -19,11 +19,6 @@ function Scroll() { } Scroll(); -// CHECKS IF USER IS ON MOBILE -if (screen.width <= 480) { - location.href = '/mobile'; -} - // KONAMI CODE FOR TOASTY // a key map of allowed keys |