Fix JS .src target
This commit is contained in:
parent
c945316793
commit
f9c6297eae
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});
|
||||
var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';
|
||||
j.async=true;
|
||||
j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;
|
||||
j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;
|
||||
f.parentNode.insertBefore(j,f);
|
||||
})(window,document,'script','dataLayer','{{ GOOGLE_TAG_MANAGER }}');
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue