hotfix v1.0.1 readme

This commit is contained in:
ReznoRMichael 2021-02-01 19:14:49 +01:00
parent a50be276d1
commit 505c275cde

View file

@ -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 || [];