forked from science-ation/science-ation
Don't validate it right away, that causes the invlaidHandler to be run
and the form to be submitted (since in SFIAB we actually want to save a partially-filled but invalid form). Need anothe way to trigger validation without also triggering the submission
This commit is contained in:
parent
2db3ce6b9e
commit
49648aed94
@ -153,7 +153,7 @@ $(document).ready(function() {
|
||||
|
||||
user_update_tab_status('judge');
|
||||
|
||||
$("#judgeother_form").valid();
|
||||
// $("#judgeother_form").valid();
|
||||
});
|
||||
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user