diff --git a/app/views/v_libras/requests/_position_step.haml b/app/views/v_libras/requests/_position_step.haml index 2b076b0..697f3b6 100644 --- a/app/views/v_libras/requests/_position_step.haml +++ b/app/views/v_libras/requests/_position_step.haml @@ -2,7 +2,7 @@ .video_wrapper = html5_video_tag(['/system/videos/workflow/localizacao.webm', '/system/videos/workflow/localizacao.mp4'], - 'id-4', 'video-wizard', '{ "preload": true, "controls": false, "preload": "auto" }') + 'id-4', 'video-wizard', '{ "preload": true, "controls": false }') - content_for :javascript_code do :javascript diff --git a/app/views/v_libras/requests/_service_step.haml b/app/views/v_libras/requests/_service_step.haml index a6b6c93..4610959 100644 --- a/app/views/v_libras/requests/_service_step.haml +++ b/app/views/v_libras/requests/_service_step.haml @@ -2,7 +2,7 @@ .video_wrapper = html5_video_tag(['/system/videos/workflow/sub_audio.webm', '/system/videos/workflow/sub_audio.mp4'], - 'id-2', 'video-wizard', '{ "preload": true, "controls": false, "preload": "auto" }') + 'id-2', 'video-wizard', '{ "preload": true, "controls": false }') .row-fluid.hide .span1.offset3 diff --git a/app/views/v_libras/requests/_size_step.haml b/app/views/v_libras/requests/_size_step.haml index de3926f..02a3f19 100644 --- a/app/views/v_libras/requests/_size_step.haml +++ b/app/views/v_libras/requests/_size_step.haml @@ -2,7 +2,7 @@ .video_wrapper = html5_video_tag(['/system/videos/workflow/tamanho.webm', '/system/videos/workflow/tamanho.mp4'], - 'id-3', 'video-wizard', '{ "preload": true, "controls": false, "preload": "auto" }') + 'id-3', 'video-wizard', '{ "preload": true, "controls": false }') - content_for :javascript_code do diff --git a/app/views/v_libras/requests/_video_step.haml b/app/views/v_libras/requests/_video_step.haml index d4883cc..8c7262d 100644 --- a/app/views/v_libras/requests/_video_step.haml +++ b/app/views/v_libras/requests/_video_step.haml @@ -2,7 +2,7 @@ .video_wrapper = html5_video_tag(['/system/videos/workflow/video.webm', '/system/videos/workflow/video.mp4'], - 'id-1', 'video-wizard', '{ "autoplay": true, "controls": false, "preload": "auto" }') + 'id-1', 'video-wizard', '{ "autoplay": true, "controls": false }') .row-fluid .span1.offset3 -- libgit2 0.21.2