Skip to content

Commit ba734af

Browse files
committed
Removing GA from main line branches
1 parent e390c32 commit ba734af

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.DS_Store
12
.idea
23
node_modules
34
dist

app/index.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -171,16 +171,5 @@ <h2>Tabs</h2>
171171
</div>
172172
</div>
173173
</div>
174-
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>
185174
</body>
186175
</html>

0 commit comments

Comments
 (0)