diff --git a/app/views/v_libras/requests/_position_step.haml b/app/views/v_libras/requests/_position_step.haml index 5aee102..43a7723 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 d362638..e7a6531 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 fc5b98f..a9bdeae 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 3b7838f..9f9451c 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