Commit 3aba8fe115efb59bf72ccd3eda15d5745ae1ff88

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

Preload: default

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/helpers/application_helper.rb
... ... @@ -51,7 +51,6 @@ module ApplicationHelper
51 51  
52 52 options[:id] = id
53 53 options[:class] = "video-js vjs-default skin #{classes}"
54   - options[:preload] = 'none'
55 54  
56 55 content_tag(:video, options) do
57 56 if url.class == String
... ...