diff --git a/app/assets/javascripts/v_libras/requests/new.js b/app/assets/javascripts/v_libras/requests/new.js index 236df03..d281665 100644 --- a/app/assets/javascripts/v_libras/requests/new.js +++ b/app/assets/javascripts/v_libras/requests/new.js @@ -49,6 +49,7 @@ $(function () { } function finished(event, currentIndex) { + $("#vlibras-wizard .content").hide(); $("#vlibras-form").submit(); $("#btn-next").text("Enviando..."); deactivateNextButton(); -- libgit2 0.21.2