From e933c2d2cc41a52577efe049f273eba8d6491499 Mon Sep 17 00:00:00 2001 From: Fernando Brito Date: Thu, 5 Jun 2014 00:10:10 -0300 Subject: [PATCH] [Wizard] Hide content on form submission --- app/assets/javascripts/v_libras/requests/new.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) 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