We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0a9c3 commit 55136c5Copy full SHA for 55136c5
public/index.html
@@ -89,16 +89,6 @@ <h2>Arrow configuration</h2>
89
<script src='js/cssarrowplease.js'></script>
90
91
<script>
92
- // gajs
93
- var _gaq = _gaq || [];
94
- _gaq.push(['_setAccount', 'UA-30519406-1']);
95
- _gaq.push(['_trackPageview']);
96
- (function() {
97
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
98
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
99
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
100
- })();
101
-
102
// twitter
103
window.twttr = (function (d, s, id) {
104
var t, js, fjs = d.getElementsByTagName(s)[0];
0 commit comments