Skip to content

Commit 4e62031

Browse files
committed
merging website-branch updates into develop
1 parent a4dac4f commit 4e62031

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

app/index.html

-10
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,5 @@ <h2>Tabs</h2>
172172
</div>
173173
</div>
174174
</div>
175-
<script type="text/javascript">
176-
var _gaq = _gaq || [];
177-
_gaq.push(['_setAccount', 'UA-25408695-1']);
178-
_gaq.push(['_trackPageview']);
179-
(function() {
180-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
181-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
182-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
183-
})();
184-
</script>
185175
</body>
186176
</html>

0 commit comments

Comments
 (0)