Commit e933c2d2cc41a52577efe049f273eba8d6491499
1 parent
ccd01233
Exists in
master
and in
2 other branches
[Wizard] Hide content on form submission
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/assets/javascripts/v_libras/requests/new.js
@@ -49,6 +49,7 @@ $(function () { | @@ -49,6 +49,7 @@ $(function () { | ||
49 | } | 49 | } |
50 | 50 | ||
51 | function finished(event, currentIndex) { | 51 | function finished(event, currentIndex) { |
52 | + $("#vlibras-wizard .content").hide(); | ||
52 | $("#vlibras-form").submit(); | 53 | $("#vlibras-form").submit(); |
53 | $("#btn-next").text("Enviando..."); | 54 | $("#btn-next").text("Enviando..."); |
54 | deactivateNextButton(); | 55 | deactivateNextButton(); |