Commit e933c2d2cc41a52577efe049f273eba8d6491499

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

[Wizard] Hide content on form submission

app/assets/javascripts/v_libras/requests/new.js
... ... @@ -49,6 +49,7 @@ $(function () {
49 49 }
50 50  
51 51 function finished(event, currentIndex) {
  52 + $("#vlibras-wizard .content").hide();
52 53 $("#vlibras-form").submit();
53 54 $("#btn-next").text("Enviando...");
54 55 deactivateNextButton();
... ...