Skip to content

Commit

Permalink
Remove channelUrl from FB.init call
Browse files Browse the repository at this point in the history
  • Loading branch information
LBRapid committed Sep 23, 2012
1 parent 6e028e1 commit c05a543
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/spree/social/_facebook.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
window.fbAsyncInit = function() {
FB.init({
appId : "<%= Spree::Config.facebook_app_id %>", // App ID
channelUrl : '//www.spreeworks.com/channel.html', // Channel File
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
Expand Down

0 comments on commit c05a543

Please sign in to comment.