diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-06-08 22:36:07 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-06-08 22:37:50 +0100 |
commit | 541cefc5509fde6870b8adb03f8bc4abdf823510 (patch) | |
tree | 3f9b092e54351abd39e62d1c6071effbcc22e23a /cao-mobile.html | |
parent | 669957dd8cc2dfe697bbbc38d6e695236b3ac4b1 (diff) |
mobile: handle the score
updates in the score are reflected in the top bar of the mobile
iface.
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 900ae2b..49f5dfa 100644 --- a/cao-mobile.html +++ b/cao-mobile.html @@ -14,7 +14,7 @@ <div data-role="page"> <header hidden> <span id="leave-room">Leave this room</span> - <span id="score">Your score is 0</span> + <span id="score">Your score is <span id="score-value">0</span></span> </header> <div id="home" class="page current"> <h1>Cards Against Humanity</h1> |