Commit 0573edc511c5cb37e6ea21fe82e64fc8bbb3be36

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

Remove preload none

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
... ...