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:
dave 2010-08-24 00:04:56 +00:00
parent 2db3ce6b9e
commit 49648aed94

View File

@ -153,7 +153,7 @@ $(document).ready(function() {
user_update_tab_status('judge');
$("#judgeother_form").valid();
// $("#judgeother_form").valid();
});
</script>