Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4e2443

Browse files
authored
Update index.html.erb
1 parent b436bcf commit b4e2443

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

‎app/views/client_app/index.html.erb‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@
2929
-->
3030
<title>The Stuyvesant Spectator - The Pulse of the Stuyvesant Student Body</title>
3131

32-
<!-- Google Analytics -->
32+
<!-- Google Analytics + Ads -->
3333
<script>
3434
window.ga = window.ga || function () { (ga.q = ga.q || []).push(arguments) }; ga.l = +new Date;
3535
ga('create', 'UA-110467163-1', 'auto');
3636
ga('send', 'pageview');
3737
</script>
3838
<script async src='https://www.google-analytics.com/analytics.js'></script>
39-
<!-- End Google Analytics -->
39+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
40+
<!-- End Google Analytics + Ads-->
4041

4142
<script>
4243
window.fbAsyncInit = function () {
@@ -58,9 +59,6 @@
5859
fjs.parentNode.insertBefore(js, fjs);
5960
}(document, 'script', 'facebook-jssdk'));
6061
</script>
61-
<!--MailChimp-->
62-
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/d92e8c831515555b06ae9eeea/768f3ee1b4d81fcf07ff483cf.js");</script>
63-
<!--End MailChimp-->
6462
</head>
6563

6664
<%=raw render file: "public/client-app/index.html" %>

0 commit comments

Comments
 (0)