Skip to content

Commit b1c89f3

Browse files
author
Justin M
committed
remove google analytics
1 parent 6ccfe48 commit b1c89f3

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

index.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,6 @@ <h2 class="left">Online JSON Compare</h2>
8585
<script src="www/lib/codemirror/addon/edit/matchbrackets.js" charset="utf-8"></script>
8686
<script src="www/lib/json-source-map.js" charset="utf-8"></script>
8787
<script src="js/main.js" charset="utf-8"></script>
88-
<script>
89-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
90-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
91-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
92-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
93-
94-
ga('create', 'UA-21007774-21', 'auto');
95-
ga('send', 'pageview');
96-
97-
</script>
9888
<script>
9989
// initAd();
10090
var isLightTheme = localStorage.getItem('lighttheme');
@@ -205,5 +195,6 @@ <h2 class="left">Online JSON Compare</h2>
205195
$('#' + otherSide + '-input').addClass(otherSideClass);
206196
}
207197
</script>
198+
<script defer src="//cool.blitlabs.com/script.js"></script>
208199
</body>
209200
</html>

0 commit comments

Comments
 (0)