Fix typo
This commit is contained in:
parent
f208930a3d
commit
6ee4eaf0f0
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
$('#comment-announcement').click();
|
||||
}
|
||||
|
||||
{% if not available_judge %}
|
||||
{% if not available_judges %}
|
||||
$('#judge-toggle').click();
|
||||
{% endif %}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue