From ae3da987a8bd5118c024194056a34f2142d7ebd5 Mon Sep 17 00:00:00 2001 From: Fernando Brito Date: Tue, 10 Jun 2014 09:05:45 -0300 Subject: [PATCH] [Wizard] Fix video button --- app/views/v_libras/requests/_video_step.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/v_libras/requests/_video_step.haml b/app/views/v_libras/requests/_video_step.haml index e2a0758..e7cac27 100644 --- a/app/views/v_libras/requests/_video_step.haml +++ b/app/views/v_libras/requests/_video_step.haml @@ -22,7 +22,7 @@ video: { width: 940, height: 530 }, buttons: [ { id: 'btn-red-light1', path: '/system/images/video/red-button.png', clickable: false, start: 0.1, end: 25, x: 440, y: 510, delay: 300, value: null }, { id: 'btn-green-light1', path: '/system/images/video/green-button.png', clickable: false, start: 25, end: 999, x: 440, y: 510, delay: 300, value: null }, - { id: 'btn-video-upload', path: '/system/images/sub_audio/p_2.png', clickable: true, start: 25, end: 9999, x: 415, y: 410, delay: 300 } + { id: 'btn-video-upload', path: '/system/images/video/p_1.png', clickable: true, start: 25, end: 9999, x: 415, y: 410, delay: 300 } ] }; -- libgit2 0.21.2