Skip to content

Commit

Permalink
Fixes #3219 (#3278)
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cowart authored May 31, 2023
1 parent 19f1368 commit 87c2e51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions qiita_pet/templates/study_ajax/add_prep_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
}
});

// Make sure that the form gets validated prior submission
$("#create-prep-form").validate();

// change the submit behavior
$("#create-prep-form").submit(function(event){
event.preventDefault();
Expand Down

0 comments on commit 87c2e51

Please sign in to comment.