From 49648aed942bb77a32a1e6cd96a5cdab0f66865b Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 24 Aug 2010 00:04:56 +0000 Subject: [PATCH] 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 --- judge_other.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/judge_other.php b/judge_other.php index e8fa7fa8..3bed8b5e 100644 --- a/judge_other.php +++ b/judge_other.php @@ -153,7 +153,7 @@ $(document).ready(function() { user_update_tab_status('judge'); - $("#judgeother_form").valid(); +// $("#judgeother_form").valid(); });