We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67d510 commit 05e663eCopy full SHA for 05e663e
template/document.html.erb
@@ -122,22 +122,6 @@
122
123
</style>
124
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>
141
</head>
142
143
<body>
0 commit comments