Fix GA code !!!
This commit is contained in:
parent
34e083aa09
commit
a0c1537578
@ -14,7 +14,6 @@
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-135366714-3');
|
||||
</script>
|
||||
</head>
|
||||
|
@ -11,9 +11,11 @@
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135366714-3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'UA-135366714-3');
|
||||
</script>
|
||||
</head>
|
||||
@ -71,7 +73,8 @@
|
||||
<a href="#features">Features</a>
|
||||
<a href="#community">Community</a>
|
||||
<hr aki-divider>
|
||||
<span class="disclaimer text1">Senko's Pub nor SPT-AKI is affiliated with Battlestate Games Ltd. in any way.</span>
|
||||
<span class="disclaimer text1">Senko's Pub nor SPT-AKI is affiliated with Battlestate Games Ltd. in any
|
||||
way.</span>
|
||||
</div>
|
||||
|
||||
<script src="./assets/js/akiSideMenu.js"></script>
|
||||
@ -79,7 +82,6 @@
|
||||
<script>
|
||||
const akiNavigator = new AkiNavigator('home');
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user