From 2db3ce6b9edda8ebe588ebb8782a3f663dbce3e1 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 24 Aug 2010 00:04:53 +0000 Subject: [PATCH] Validate the form on load so the user can see the problems right away. --- judge_other.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/judge_other.php b/judge_other.php index 34e8e53..e8fa7fa 100644 --- a/judge_other.php +++ b/judge_other.php @@ -152,6 +152,8 @@ $(document).ready(function() { }); user_update_tab_status('judge'); + + $("#judgeother_form").valid(); });