diff options
Diffstat (limited to 'cao-mobile.html')
-rw-r--r-- | cao-mobile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cao-mobile.html b/cao-mobile.html index 49f5dfa..232efb1 100644 --- a/cao-mobile.html +++ b/cao-mobile.html @@ -28,7 +28,7 @@ </div> <div class="message">You have <span id="played-card-number">0</span> cards!</div> </div> - <div id="white-cards" class="card-list read-only"></div> + <div id="white-cards" class="card-list read-only" disabled='disabled'></div> <button id="become-judge-btn" class="bottom" data-state="become-judge">Become judge!</button> <div class="bottom" data-state="judge-choose"></div> <div class="bottom" data-state="player-choose">Choose a card...</div> |