summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/play.js b/play.js
index 51b687e..51f4122 100644
--- a/play.js
+++ b/play.js
@@ -1393,6 +1393,7 @@ function update_map() {
document.getElementById("british_hand").textContent = view.british.hand;
document.getElementById("french_hand").textContent = view.french.hand;
+ document.getElementById("deck_size").textContent = view.deck;
toggle_marker("british_card_held", view.british.held);
toggle_marker("french_card_held", view.french.held);