This commit is contained in:
cuom1999 2022-08-27 22:03:39 -05:00
parent f208930a3d
commit 6ee4eaf0f0

View file

@ -109,7 +109,7 @@
$('#comment-announcement').click();
}
{% if not available_judge %}
{% if not available_judges %}
$('#judge-toggle').click();
{% endif %}
});