Commit ae3da987a8bd5118c024194056a34f2142d7ebd5
1 parent
e4f5950c
Exists in
master
and in
2 other branches
[Wizard] Fix video button
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/v_libras/requests/_video_step.haml
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | video: { width: 940, height: 530 }, |
23 | 23 | 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 }, |
24 | 24 | { 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 }, |
25 | - { id: 'btn-video-upload', path: '/system/images/sub_audio/p_2.png', clickable: true, start: 25, end: 9999, x: 415, y: 410, delay: 300 } | |
25 | + { id: 'btn-video-upload', path: '/system/images/video/p_1.png', clickable: true, start: 25, end: 9999, x: 415, y: 410, delay: 300 } | |
26 | 26 | ] |
27 | 27 | }; |
28 | 28 | ... | ... |