Skip to content

Commit 748437b

Browse files
authored
Remove Google Analytics from the example page (PR #49)
1 parent db9a7fd commit 748437b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

examples/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,5 @@ <h1>react-contextmenu</h1>
5858
<h2>Examples:</h2>
5959
<div id="main"></div>
6060
</div>
61-
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
62-
<script>
63-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
64-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
65-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
66-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
67-
68-
ga('create', 'UA-54521168-1', 'auto');
69-
ga('send', 'pageview');
70-
</script>
7161
</body>
7262
</html>

0 commit comments

Comments
 (0)