|
@@ -758,4 +758,4 @@ let outHtml = "<script async src=\"https://www.googletagmanager.com/gtag/js?id=G
|
|
" gtag('js', new Date());\n" +
|
|
" gtag('js', new Date());\n" +
|
|
" gtag('config', 'G-YRKS713KK0');\n" +
|
|
" gtag('config', 'G-YRKS713KK0');\n" +
|
|
"</script>";
|
|
"</script>";
|
|
-window.document.write(outHtml);
|
|
|
|
|
|
+$('body').append(outHtml);
|