add facebook shizzle

This commit is contained in:
2015-03-06 15:46:15 +01:00
parent 38e65893e3
commit 9815d73936
2 changed files with 3 additions and 2 deletions
@@ -1,4 +1,4 @@
<%- if Rails.env.production? -%>
<% if Rails.env.production? %>
window.fbAsyncInit = ->
FB.init
appId: '653729178057509'
@@ -14,4 +14,4 @@ window.fbAsyncInit = ->
js.src = '//connect.facebook.net/en_US/sdk.js'
fjs.parentNode.insertBefore js, fjs
) document, 'script', 'facebook-jssdk'
<%- end -%>
<% end %>