Remove JS validator from step comments

This commit is contained in:
Luka Murn 2016-08-30 11:06:30 +02:00
parent 25928bfa0b
commit 4ee4c6caba

View file

@ -359,7 +359,6 @@ function initStepCommentForm(ev, $el) {
var $form = $el.find("ul form");
var $commentInput = $form.find("#comment_message");
$form.onSubmitValidator(textValidator, $commentInput);
$(".help-block", $form).addClass("hide");