Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 9fc1fdd

Browse files
committed
0.18.3 Release
1 parent 9182a45 commit 9fc1fdd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/community/Fooman/GoogleAnalyticsPlus/etc/config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<config>
33
<modules>
44
<Fooman_GoogleAnalyticsPlus>
5-
<version>0.18.2</version>
5+
<version>0.18.3</version>
66
</Fooman_GoogleAnalyticsPlus>
77
</modules>
88

app/design/frontend/base/default/template/fooman/googleanalyticsplus/tagmanager_head.phtml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<?php if ($this->shouldInclude()): ?>
33
<script>
44
<!-- Google Tag Manager -->
5-
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
6-
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
5+
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
6+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
77
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
88
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
9-
})(window,document,'script','dataLayer','<?php echo $this->getTagManagerId();?>');</script>
9+
})(window,document,'script','dataLayer','<?php echo $this->getTagManagerId();?>');
1010
<!-- End Google Tag Manager -->
1111
</script>
1212
<?php endif; ?>

0 commit comments

Comments
 (0)