Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use better, more agnostic protocol for helper
  • Loading branch information
Dan Pickett committed Jun 13, 2012
1 parent be88631 commit 984c6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facebook_dialog/script_helper.rb
Expand Up @@ -2,7 +2,7 @@ module FacebookDialog
module ScriptHelper
def fb_js
content_tag(:div, "", id: "fb-root") +
javascript_include_tag('http://connect.facebook.net/en_US/all.js')
javascript_include_tag('//connect.facebook.net/en_US/all.js')
end

def fb_init_js(options = {})
Expand Down

0 comments on commit 984c6c0

Please sign in to comment.