Skip to content

Commit

Permalink
Update homeheader.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nnunn authored Jun 20, 2023
1 parent 3edef56 commit dcbe927
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions app/Views/common/homeheader.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@
<script src="https://code.jquery.com/jquery.js"></script>
<script src="/assets/js/home-all-min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-7539303-17', 'auto');
ga('send', 'pageview');
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M3EZ4C6RNZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-M3EZ4C6RNZ');
</script>
</head>
Expand Down

0 comments on commit dcbe927

Please sign in to comment.