Skip to content

Commit

Permalink
added google analytics|
Browse files Browse the repository at this point in the history
  • Loading branch information
prsnca committed Jul 9, 2014
1 parent 58fe206 commit a9b554e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions committeeVotes/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,16 @@ <h4 class="text-muted">
<script src="{% static "js/jquery-1.11.1.min.map" %}"></script>
<script src="{% static "dist/js/bootstrap.min.js" %}"></script>
<script src="{% static "js/search.js" %}"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-52676639-1', 'auto');
ga('send', 'pageview');

</script>



Expand Down

0 comments on commit a9b554e

Please sign in to comment.