Skip to content

Commit

Permalink
Delete tag manager script
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Nov 13, 2019
1 parent 80e9c71 commit bd444c6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,8 @@
<link id="theme-css" rel="stylesheet" type="text/css" href="assets/components/themes/nova-light/theme.css">
<script type="text/javascript" src="https://maps.google.com/maps/api/js?key=AIzaSyA6Ar0UymhiklJBzEPLKKn2QHwbjdz3XV0" async defer></script>
<script src="https://www.google.com/recaptcha/api.js?render=explicit&onLoad=initRecaptcha" async defer></script>
<script>
window.ga = window.ga || function () {
(ga.q = ga.q || []).push(arguments)
};
ga.l = +new Date;
ga('create', 'UA-93461466-1', 'auto');
ga('require', 'urlChangeTracker');
ga('send', 'pageview');
</script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
<script async src="https://cdnjs.cloudflare.com/ajax/libs/autotrack/2.4.1/autotrack.js"></script>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];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='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-P2KMD7W');</script>
</head>
<body>
<app-root>
Expand All @@ -31,5 +21,4 @@
</div>
</app-root>
</body>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P2KMD7W" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
</html>

0 comments on commit bd444c6

Please sign in to comment.