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.
2 parents 9d3cae8 + 6c05331 commit 1fa6d22Copy full SHA for 1fa6d22
app/views/layouts/application.html.erb
@@ -22,6 +22,7 @@
22
</head>
23
24
<body onload="init()" itemscope itemtype="http://schema.org/WebPage">
25
+
26
<div id="fb-root"></div>
27
<script>(function(d, s, id) {
28
var js, fjs = d.getElementsByTagName(s)[0];
@@ -49,7 +50,7 @@
49
50
51
<div class="span1">
52
<!-- Go to www.addthis.com/dashboard to customize your tools -->
- <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-52b6f9892a2afcc1"></script>
53
+ <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-52b6f9892a2afcc1"></script>
54
</div>
55
56
</header>
0 commit comments