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 e390c32 commit ba734afCopy full SHA for ba734af
.gitignore
@@ -1,3 +1,4 @@
1
+.DS_Store
2
.idea
3
node_modules
4
dist
app/index.html
@@ -171,16 +171,5 @@ <h2>Tabs</h2>
171
</div>
172
173
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>
185
</body>
186
</html>
0 commit comments