Skip to content

Commit

Permalink
revert: Revert Use docsify GA plugin
Browse files Browse the repository at this point in the history
This reverts commit cf5f1c5.
  • Loading branch information
offirgolan committed Jun 12, 2018
1 parent cf5f1c5 commit 35ace6f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120716183-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-120716183-1');
</script>
<meta charset="UTF-8">
<title>Polly.JS</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
Expand Down Expand Up @@ -41,7 +33,8 @@
paths: 'auto',
placeholder: 'Search',
noData: 'No Results.'
}
},
ga: 'UA-120716183-1'
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
Expand All @@ -50,5 +43,6 @@
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
<script src="//unpkg.com/docsify-copy-code@2"></script>
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
</body>
</html>

0 comments on commit 35ace6f

Please sign in to comment.