1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-16 20:04:23 +02:00

Fixed XHTML errors in Google Analytics code

This commit is contained in:
2017-12-09 21:19:43 +01:00
parent 10089c2659
commit 4076bd768f
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<script type="text/javascript" src="js/jquery.jcarousel.js" ></script>
<script type="text/javascript" src="js/js-func.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110140219-1"></script>
<script type="text/javascript" async="async" src="https://www.googletagmanager.com/gtag/js?id=UA-110140219-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}