Skip to content

Commit

Permalink
revert: Use docsify GA plugin
Browse files Browse the repository at this point in the history
This reverts commit c6c9b83.
  • Loading branch information
offirgolan committed Jun 12, 2018
1 parent c6c9b83 commit cf5f1c5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<!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 @@ -33,8 +41,7 @@
paths: 'auto',
placeholder: 'Search',
noData: 'No Results.'
},
ga: 'UA-120716183-1'
}
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
Expand All @@ -43,6 +50,5 @@
<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 cf5f1c5

Please sign in to comment.