Validate the form on load so the user can see the problems right away.

This commit is contained in:
dave 2010-08-24 00:04:53 +00:00
parent 56707e4941
commit 2db3ce6b9e

View File

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