diff options
Diffstat (limited to 'webapp')
-rw-r--r-- | webapp/cao-mobile.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/cao-mobile.js b/webapp/cao-mobile.js index c733df8..acac68e 100644 --- a/webapp/cao-mobile.js +++ b/webapp/cao-mobile.js @@ -51,6 +51,8 @@ $(document).ready(function() { switch (state) { case 'waiting_judge': $become_judge.show(); + $white_cards.attr('disabled', true); + $white_cards.addClass('read-only'); break; case 'waiting_designation': if (cao.is_judge()) { |