summaryrefslogtreecommitdiff
path: root/cao-mobile.html
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-06-09 03:09:19 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-06-09 03:11:26 +0100
commit40d8fa1090ed02a1eef99e3f315f6471966eb8ff (patch)
tree71299a1b6e1a1cfb8ade5d1da105e03774c3fd1a /cao-mobile.html
parent2b378e3eb7e3851f5e69d9705f9318f77481cba9 (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.html5
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>