diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-06-09 02:27:25 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-06-09 02:29:12 +0100 |
commit | de25bd15fc3a6b197b8005d75e75c5c595fd087e (patch) | |
tree | c4cb8ddf8aa7b89c5f4004f3746e782b3fb4bd50 /cao-mobile.html | |
parent | 7281d7d352d2ea43c4f71ba7c60e4ba92a8bc0e4 (diff) |
mobile: allow a player to select a card
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
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> |