remove addthis for app page (they see it on about page)

This commit is contained in:
Tyler Renelle
2013-01-21 10:00:51 -05:00
parent d9aa67ed1f
commit eb6fcaed25
2 changed files with 1 additions and 28 deletions
-3
View File
@@ -20,9 +20,6 @@ module.exports.loadJavaScripts = (model) ->
# Each file getsload asyncronously via $.getScript, so it doesn't bog page-load
unless model.get('_view.mobileDevice')
# Addthis
$.getScript "https://s7.addthis.com/js/250/addthis_widget.js#pubid=lefnire"
# Google Charts
$.getScript "https://www.google.com/jsapi", ->
# Specifying callback in options param is vital! Otherwise you get blank screen, see http://stackoverflow.com/a/12200566/362790
+1 -25
View File
@@ -295,36 +295,12 @@
<!-- Footer -->
<footer class=footer>
<div class=container>
{#unless _view.mobileDevice}
<div class='pull-right'>
<table>
<tr>
<td>
<!-- Github -->
<iframe src="/github-btns/github-btn.html?user=lefnire&repo=habitrpg&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="85px" height="20px"></iframe>
</td>
<td>
<div class="addthis_toolbox addthis_default_style "
addthis:url="http://habitrpg.com"
addthis:title="HabitRPG: Role Playing Game for Self Improvement">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet" tw:via="lefnire"></a>
</div>
<!-- AddThis Button END -->
<!--<a href="https://twitter.com/share" class="twitter-share-button" data-via="lefnire">Tweet</a>-->
</td>
</tr>
</table>
</div>
{/}
<div>
<ul>
<li>Copyright &copy; 2012 OCDevel LLC</li>
<li><a href="/splash.html">About</a></li>
<li><a target="_blank" href="https://github.com/lefnire/habitrpg/wiki/FAQ">FAQ</a></li>
<li><a target="_blank" href="https://github.com/lefnire/habitrpg/issues?labels=&page=1&state=open">Feedback</a></li>
<li><a target="_blank" href="https://github.com/lefnire/habitrpg#contact">Contact</a></li>
<li><a href="/privacy">Privacy</a></li>
<li><a href="/terms">Terms</a></li>