Commit 3aba8fe115efb59bf72ccd3eda15d5745ae1ff88
1 parent
e3bc642b
Exists in
master
and in
2 other branches
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,7 +51,6 @@ module ApplicationHelper | ||
| 51 | 51 | ||
| 52 | options[:id] = id | 52 | options[:id] = id |
| 53 | options[:class] = "video-js vjs-default skin #{classes}" | 53 | options[:class] = "video-js vjs-default skin #{classes}" |
| 54 | - options[:preload] = 'none' | ||
| 55 | 54 | ||
| 56 | content_tag(:video, options) do | 55 | content_tag(:video, options) do |
| 57 | if url.class == String | 56 | if url.class == String |