Commit c9cf707eafb144039e4e7fa289f5bc8856d953d9

Authored by Fernando Brito
1 parent 566d0621
Exists in master and in 2 other branches v2, wikilibras

Video.js http

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/helpers/application_helper.rb
@@ -75,11 +75,11 @@ module ApplicationHelper @@ -75,11 +75,11 @@ module ApplicationHelper
75 75
76 def include_videojs_assets 76 def include_videojs_assets
77 content_for(:css) do 77 content_for(:css) do
78 - stylesheet_link_tag "//vjs.zencdn.net/4.6/video-js.css" 78 + stylesheet_link_tag "http://vjs.zencdn.net/4.6/video-js.css"
79 end 79 end
80 80
81 content_for(:js) do 81 content_for(:js) do
82 - javascript_include_tag "//vjs.zencdn.net/4.6/video.js" 82 + javascript_include_tag "http://vjs.zencdn.net/4.6/video.js"
83 end 83 end
84 end 84 end
85 85