Skip to content

Commit cc9e5d9

Browse files
committed
Fix analytics code
1 parent 2cda13f commit cc9e5d9

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

_layouts/default.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@
88
<link rel="stylesheet" type="text/css" href="stylesheets/styles.css">
99
<link rel="stylesheet" type="text/css" href="stylesheets/tango.css">
1010
<link href='/favicon.ico' rel='shortcut icon' type='image/x-icon' />
11-
<script type="text/javascript">
12-
13-
var _gaq = _gaq || [];
14-
_gaq.push(['_setAccount', 'UA-2302003-13']);
15-
_gaq.push(['_trackPageview']);
16-
17-
(function() {
18-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
19-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
20-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
21-
})();
22-
23-
</script>
2411
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
2512
</head>
2613
<body>

javascripts/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ $('a[href$=#dom_helpers], a[href$=#events]').prepend('<span class="special">&#x2
375375

376376
// google analytics
377377
var _gaq = _gaq || [];
378-
_gaq.push(['_setAccount', 'UA-2302003-11']);
378+
_gaq.push(['_setAccount', 'UA-2302003-13']);
379379
_gaq.push(['_trackPageview']);
380380

381381
(function() {

0 commit comments

Comments
 (0)