Commit f5278d22b7017058a6754828c0a2e38b3a187af6
1 parent
585c0b74
Exists in
master
and in
2 other branches
Timer on wizard is longer
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/assets/javascripts/v_libras/requests/workflow.js
... | ... | @@ -41,7 +41,7 @@ var VLibrasLocalization = function() { |
41 | 41 | |
42 | 42 | time_helper = time; |
43 | 43 | } |
44 | - }, 10); | |
44 | + }, 500); | |
45 | 45 | } |
46 | 46 | |
47 | 47 | function _createButton(index, time) { |
... | ... | @@ -90,7 +90,7 @@ var VLibrasLocalization = function() { |
90 | 90 | }, |
91 | 91 | |
92 | 92 | stop: function() { |
93 | - _video[0].stop(); | |
93 | + _video[0].pause(); | |
94 | 94 | } |
95 | 95 | } |
96 | 96 | }; |
97 | 97 | \ No newline at end of file | ... | ... |