Skip to content

Commit

Permalink
Add a comment to prevent auto-closing
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Jun 13, 2023
1 parent 3f6906b commit 9b3c529
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gotrack/src/main/webapp/WEB-INF/templates/analytics.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
xmlns:ui="http://xmlns.jcp.org/jsf/facelets">

<f:verbatim rendered="#{not empty (settingsCache.getProperty('gotrack.ga_tracker'))}">
<script async="async" src="https://www.googletagmanager.com/gtag/js?id=G-4DNC3SNNMS"></script>
<script async="async" src="https://www.googletagmanager.com/gtag/js?id=G-4DNC3SNNMS">
<!-- prevents auto-closing -->
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
Expand Down

0 comments on commit 9b3c529

Please sign in to comment.