From c8b85c37df7ed68d8e179d164c3ef46b84843bb2 Mon Sep 17 00:00:00 2001 From: Fernando Brito Date: Wed, 9 Jul 2014 10:03:55 -0300 Subject: [PATCH] Loop on video on waiting modal --- app/views/v_libras/videos/index.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/v_libras/videos/index.haml b/app/views/v_libras/videos/index.haml index 2575dcd..8ead5eb 100644 --- a/app/views/v_libras/videos/index.haml +++ b/app/views/v_libras/videos/index.haml @@ -61,7 +61,7 @@ %h3 Aguarde... .modal-body = html5_video_tag(['/system/videos/aguarde.webm', '/system/videos/aguarde.mp4'], 'video-wait', 'video-instructions auto-margin', - '{ "preload": true, "controls": false, "autoplay": true }') + '{ "preload": true, "controls": false, "autoplay": true, "loop": true }') .modal-footer %a.btn{"aria-hidden" => "true", "data-dismiss" => "modal", href: "#"} Fechar -- libgit2 0.21.2