Fix linting (#403)
This commit is contained in:
parent
86eadf379d
commit
4234cd849c
@ -58,12 +58,12 @@
|
|||||||
src="https://www.googletagmanager.com/gtag/js?id=UA-387204-13"
|
src="https://www.googletagmanager.com/gtag/js?id=UA-387204-13"
|
||||||
></script>
|
></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || []
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag() {
|
function gtag() {
|
||||||
dataLayer.push(arguments)
|
dataLayer.push(arguments);
|
||||||
}
|
}
|
||||||
gtag("js", new Date())
|
gtag("js", new Date());
|
||||||
gtag("config", "UA-387204-13")
|
gtag("config", "UA-387204-13");
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user