Skip to content

Commit

Permalink
feat(privacy): Remove GA from docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
apertureless committed May 25, 2018
1 parent 39e554b commit d2d944f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,5 @@
<script src="https://unpkg.com/docute/plugins/docsearch.js"></script>
<script src="./config.js"></script>
<!-- don't remove this part end -->

<!-- Google Analytics -->
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-92766713-1', 'auto');
ga('send', 'pageview');
docute.router.afterEach(function (to) {
ga('set', 'page', to.fullPath);
ga('send', 'pageview');
});
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- End Google Analytics -->
</body>
</html>

0 comments on commit d2d944f

Please sign in to comment.