hello there,
Could you please help me with the following:
Above the header there is a ); on https://www.mobiliscrossfit.nl/
I have no clue how to get rid of this and how it get there.
Do you?
Thnks
hello there,
Could you please help me with the following:
Above the header there is a ); on https://www.mobiliscrossfit.nl/
I have no clue how to get rid of this and how it get there.
Do you?
Thnks
Hi Sanne,
Thanks for reaching out.
It’s coming from your Google Analytics embed code,
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-90392796-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-90392796-1', <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-90392796-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-90392796-1');
</script>);
</script>
You shouldn’t add another <script></script> block within existing script block. And looks like it’s a type error, please remove that embed code.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.