Skip to content

Commit

Permalink
Corrigi o caminho para o script do google analytics.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitnnolabs committed May 24, 2023
1 parent 0d321e1 commit f616220
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion htdocs/xsl/sci_common.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,9 @@
<xsl:if test="//varScieloOrg/GOOGLE_CODE != ''">

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=<xsl:value-of select='//varScieloOrg/GOOGLE_CODE'/>"></script>
<script async="">
<xsl:attribute name="src">https://www.googletagmanager.com/gtag/js?id=<xsl:value-of select="//varScieloOrg/GOOGLE_CODE"/></xsl:attribute>
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
Expand Down

0 comments on commit f616220

Please sign in to comment.