diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-06-09 03:09:19 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-06-09 03:11:26 +0100 |
commit | 40d8fa1090ed02a1eef99e3f315f6471966eb8ff (patch) | |
tree | 71299a1b6e1a1cfb8ade5d1da105e03774c3fd1a /cao-mobile.html | |
parent | 2b378e3eb7e3851f5e69d9705f9318f77481cba9 (diff) |
mobile: handle the collection of the cards and the designation
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'cao-mobile.html')
-rw-r--r-- | cao-mobile.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cao-mobile.html b/cao-mobile.html index 232efb1..a9f8722 100644 --- a/cao-mobile.html +++ b/cao-mobile.html @@ -29,11 +29,12 @@ <div class="message">You have <span id="played-card-number">0</span> cards!</div> </div> <div id="white-cards" class="card-list read-only" disabled='disabled'></div> + <div id="played-cards" class="card-list read-only"></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="judge-choose">Pick the best card...</div> <div class="bottom" data-state="player-choose">Choose a card...</div> <div class="bottom" data-state="player-wait">Waiting for judge...</div> - <button class="bottom" data-state="judge-collect">Collect!</button> + <button id="judge-collect-btn" class="bottom" data-state="judge-collect">Collect!</button> </div> </body> </html> |