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'); }); }