Skip to content

Commit a56762b

Browse files
committed
Remove duplicate
1 parent d1dee3c commit a56762b

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/templates/pages/reference/index.hbs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -128,20 +128,3 @@ slug: reference/
128128
{{> asterisk}}
129129

130130
</div><!-- end id="reference-page" -->
131-
132-
<script>
133-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
134-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
135-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
136-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
137-
ga('create', 'UA-53383000-1', 'auto');
138-
ga('send', 'pageview');
139-
140-
$(window).ready(function() {
141-
if (window.location.pathname !== '/' && window.location.pathname !== '/index.html') {
142-
$('#top').remove();
143-
} else {
144-
$('#top').show();
145-
}
146-
});
147-
</script>

0 commit comments

Comments
 (0)