From ded30dba65a4444a8c833998588445a9747a8e78 Mon Sep 17 00:00:00 2001 From: M_12 Date: Sun, 19 Mar 2023 17:22:47 +0600 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=BD=D0=B8=D1=87=D1=82=D0=BE=D0=B6?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=81=D0=B0=D0=B9=D1=82=D0=B0=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=20=D0=B2=D1=85=D0=BE=D0=B4=D0=B5=20=D1=81=20?= =?UTF-8?q?=D1=82=D0=B5=D0=BB=D0=B5=D1=84=D0=BE=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/script.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/script.js b/source/script.js index 5216ffa..d4b3869 100644 --- a/source/script.js +++ b/source/script.js @@ -28,4 +28,6 @@ const isMobile = ((dc, wd) => { var iFrameDetection = (window === window.parent) ? false : true; -alert(isMobile, " == ", iFrameDetection); \ No newline at end of file +if(isMobile == true || iFrameDetection == true) { + document.write("ERROR"); +} \ No newline at end of file