Commit f5278d22b7017058a6754828c0a2e38b3a187af6

Authored by Fernando Brito
1 parent 585c0b74
Exists in master and in 2 other branches v2, wikilibras

Timer on wizard is longer

app/assets/javascripts/v_libras/requests/workflow.js
@@ -41,7 +41,7 @@ var VLibrasLocalization = function() { @@ -41,7 +41,7 @@ var VLibrasLocalization = function() {
41 41
42 time_helper = time; 42 time_helper = time;
43 } 43 }
44 - }, 10); 44 + }, 500);
45 } 45 }
46 46
47 function _createButton(index, time) { 47 function _createButton(index, time) {
@@ -90,7 +90,7 @@ var VLibrasLocalization = function() { @@ -90,7 +90,7 @@ var VLibrasLocalization = function() {
90 }, 90 },
91 91
92 stop: function() { 92 stop: function() {
93 - _video[0].stop(); 93 + _video[0].pause();
94 } 94 }
95 } 95 }
96 }; 96 };
97 \ No newline at end of file 97 \ No newline at end of file