Skip to content

Commit 630db66

Browse files
committed
Merge branch 'issue#394' into paralapraca
2 parents 4435614 + 7eba291 commit 630db66

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

themes/default/static/js/contact_form.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
$this.removeClass('.has-error');
1414
$('#modal-contact').modal('hide');
1515
$(document.body).notify('Mensagem enviada!', 'alert-success');
16+
$this.context.reset();
1617
});
1718
return false;
1819
});
1920
});
20-
})(jQuery);
21+
})(jQuery);

0 commit comments

Comments
 (0)