v1.0.3 release
This commit is contained in:
parent
0ffa6cb31b
commit
1fab5ff540
4 changed files with 4 additions and 1543 deletions
305
docs/app.js
305
docs/app.js
File diff suppressed because one or more lines are too long
138
docs/index.html
138
docs/index.html
File diff suppressed because one or more lines are too long
1102
docs/main.css
1102
docs/main.css
File diff suppressed because one or more lines are too long
|
|
@ -2,7 +2,7 @@
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=<%= ga_property_id %>"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=<%= ga_property_id %>"></script>
|
||||||
<script>
|
<script>
|
||||||
// Temporarily disable the tracking for testing (set to false to enable Analytics)
|
// Temporarily disable the tracking for testing (set to false to enable Analytics)
|
||||||
window['ga-disable-<%= ga_property_id %>'] = true;
|
window['ga-disable-<%= ga_property_id %>'] = false;
|
||||||
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue