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