mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Fix linting (#403)
This commit is contained in:
parent
86eadf379d
commit
4234cd849c
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue