Skip to content

Commit b3e4e5c

Browse files
committed
removing analytics
1 parent db23c69 commit b3e4e5c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

javascripts/application.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -326,13 +326,3 @@ if($('.lt-ie7, .lt-ie8, .lt-ie9').length == 0){
326326

327327
$('a[href$=#dom_helpers], a[href$=#events]').prepend('<span class="special">&#x2605;</span>');
328328

329-
// google analytics
330-
var _gaq = _gaq || [];
331-
_gaq.push(['_setAccount', 'UA-2302003-11']);
332-
_gaq.push(['_trackPageview']);
333-
334-
(function() {
335-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
336-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
337-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
338-
})();

0 commit comments

Comments
 (0)