Skip to content

Commit 05e663e

Browse files
author
Niall Pemberton
committed
DELTASPIKE-1478 Remove Google Analytics DeltaSpike Website
1 parent f67d510 commit 05e663e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

template/document.html.erb

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -122,22 +122,6 @@
122122

123123
</style>
124124

125-
<script type="text/javascript">
126-
127-
var _gaq = _gaq || [];
128-
_gaq.push(['_setAccount', 'UA-36103647-1']);
129-
_gaq.push(['_trackPageview']);
130-
131-
(function () {
132-
var ga = document.createElement('script');
133-
ga.type = 'text/javascript';
134-
ga.async = true;
135-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
136-
var s = document.getElementsByTagName('script')[0];
137-
s.parentNode.insertBefore(ga, s);
138-
})();
139-
140-
</script>
141125
</head>
142126

143127
<body>

0 commit comments

Comments
 (0)