From 9fea43e16592c16756add37e2e68f8f16831c12e Mon Sep 17 00:00:00 2001 From: s1n Date: Tue, 29 Oct 2019 13:08:16 -0700 Subject: fomrat --- js/redirect-to-mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/redirect-to-mobile.js b/js/redirect-to-mobile.js index 08d740b..cae39a9 100644 --- a/js/redirect-to-mobile.js +++ b/js/redirect-to-mobile.js @@ -1,4 +1,4 @@ -/ CHECKS IF USER IS ON MOBILE +// CHECKS IF USER IS ON MOBILE if (screen.width < 768) { location.href = '/'; } -- cgit v1.2.3