From dca2cde75732f44f28e7b2f841b93b10195347be Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 22 May 2020 00:14:41 +0300 Subject: [PATCH] gazeta in js lib --- app/pub/scripts/klanviewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pub/scripts/klanviewer.js b/app/pub/scripts/klanviewer.js index 4f55602..6a0b497 100644 --- a/app/pub/scripts/klanviewer.js +++ b/app/pub/scripts/klanviewer.js @@ -167,7 +167,7 @@ function startpdfviewer(newcurr){ var detect = new MobileDetect(window.navigator.userAgent); - if (category == 3 || detect.phone()){ + if (category == 1 || detect.phone()){ embed = false; }