From c8d34b96d4e58460448b3f17d3e0a7a0089e498b Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Fri, 3 Jul 2020 12:20:23 -0500 Subject: [PATCH] Hacky fix UI jump --- resources/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/common.js b/resources/common.js index 40c07a2..04e8ebe 100644 --- a/resources/common.js +++ b/resources/common.js @@ -125,7 +125,7 @@ $(function () { if (typeof window.orientation !== 'undefined') { $(window).resize(function () { var width = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); - $('#viewport').attr('content', width > 480 ? 'initial-scale=1' : 'width=480'); + // $('#viewport').attr('content', width > 480 ? 'initial-scale=1' : 'width=480'); }); }