diff --git a/application/views/mobile_first/gh-pc.php b/application/views/mobile_first/gh-pc.php index af4622b1..a871b280 100644 --- a/application/views/mobile_first/gh-pc.php +++ b/application/views/mobile_first/gh-pc.php @@ -312,7 +312,7 @@ height="0" width="0" style="display:none;visibility:hidden"> function loadScriptByAsync(src) {var asyncScript = document.createElement("script");asyncScript.async = true;asyncScript.crossorigin = "anonymous";asyncScript.src = src;firstScript=document.getElementsByTagName("script")[0];firstScript.parentNode.insertBefore(asyncScript, firstScript);}