From 626127105eca41708b8b0ff7ecf4d299014bffed Mon Sep 17 00:00:00 2001 From: Fernando Brito Date: Thu, 5 Jun 2014 01:23:15 -0300 Subject: [PATCH] [Workflow] Hide more things --- app/assets/javascripts/v_libras/requests/new.js | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/app/assets/javascripts/v_libras/requests/new.js b/app/assets/javascripts/v_libras/requests/new.js index c9e9573..d11d683 100644 --- a/app/assets/javascripts/v_libras/requests/new.js +++ b/app/assets/javascripts/v_libras/requests/new.js @@ -34,6 +34,8 @@ $(function () { if ((priorIndex === 1) && (currentIndex === 2)) { videojs($("#service-step").find("video")[0]).pause(); videojs($("#position-step").find("video")[0]).play(); + + $("#menu").hide(); } if ((priorIndex === 2) && (currentIndex === 3)) { -- libgit2 0.21.2