Commit 626127105eca41708b8b0ff7ecf4d299014bffed

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

[Workflow] Hide more things

app/assets/javascripts/v_libras/requests/new.js
@@ -34,6 +34,8 @@ $(function () { @@ -34,6 +34,8 @@ $(function () {
34 if ((priorIndex === 1) && (currentIndex === 2)) { 34 if ((priorIndex === 1) && (currentIndex === 2)) {
35 videojs($("#service-step").find("video")[0]).pause(); 35 videojs($("#service-step").find("video")[0]).pause();
36 videojs($("#position-step").find("video")[0]).play(); 36 videojs($("#position-step").find("video")[0]).play();
  37 +
  38 + $("#menu").hide();
37 } 39 }
38 40
39 if ((priorIndex === 2) && (currentIndex === 3)) { 41 if ((priorIndex === 2) && (currentIndex === 3)) {