Skip to content

Commit

Permalink
DATAFU-181 Remove Google Analytics Datafu Website
Browse files Browse the repository at this point in the history
  • Loading branch information
Niall Pemberton committed Jan 13, 2025
1 parent 601ab12 commit 5dcca87
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions site/source/layouts/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,6 @@
<%= stylesheet_link_tag "all", "highlight" %>
<%= javascript_include_tag "all" %>

<% if environment == :build %>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30533336-2']);
_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>
<% end %>
</head>

<body class="<%= page_classes %>">
Expand Down

0 comments on commit 5dcca87

Please sign in to comment.