mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-23 05:24:34 +08:00
Remove JS validator from step comments
This commit is contained in:
parent
25928bfa0b
commit
4ee4c6caba
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue