Repository: opennlp-site Updated Branches: refs/heads/master 6be9b8213 -> 0c2f69a66
Remove Google Analytics tracking code and JS code Project: http://git-wip-us.apache.org/repos/asf/opennlp-site/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp-site/commit/a9e7967b Tree: http://git-wip-us.apache.org/repos/asf/opennlp-site/tree/a9e7967b Diff: http://git-wip-us.apache.org/repos/asf/opennlp-site/diff/a9e7967b Branch: refs/heads/master Commit: a9e7967bab69f564bc9d8ab291e7ea901bb9c5df Parents: 9553081 Author: Bruno P. Kinoshita <[email protected]> Authored: Fri May 12 00:33:52 2017 +1200 Committer: Bruno P. Kinoshita <[email protected]> Committed: Fri May 12 00:33:52 2017 +1200 ---------------------------------------------------------------------- src/main/jbake/templates/footer.ftl | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/a9e7967b/src/main/jbake/templates/footer.ftl ---------------------------------------------------------------------- diff --git a/src/main/jbake/templates/footer.ftl b/src/main/jbake/templates/footer.ftl index 96799ae..58728dd 100755 --- a/src/main/jbake/templates/footer.ftl +++ b/src/main/jbake/templates/footer.ftl @@ -38,16 +38,6 @@ var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body>
