Skip to content

Commit

Permalink
refactor: removed ga
Browse files Browse the repository at this point in the history
  • Loading branch information
dknight committed May 4, 2023
1 parent 56c8a72 commit 6db0fb2
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions demo/index.html
Expand Up @@ -34,15 +34,6 @@
<link id="theme-bootstrap" rel="stylesheet" href="../dist/themes/bootstrap.css" disabled>
<link id="theme-simple" rel="stylesheet" href="../dist/themes/simple.css" disabled>
<link id="theme-bar" rel="stylesheet" href="../dist/themes/bar.css" disabled>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CPWDVCV1HX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-CPWDVCV1HX');
</script>
</head>
<body>
<header>
Expand Down Expand Up @@ -186,4 +177,4 @@ <h2>Create a notification with params</h2>
});
</script>
</body>
</html>
</html>

0 comments on commit 6db0fb2

Please sign in to comment.