We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a72a9 commit 661258fCopy full SHA for 661258f
src/res/js/match/match.js
@@ -65,6 +65,8 @@
65
allowPick = data.allowPick
66
isSpectator = data.isSpectator
67
68
+ $("#cardcount").html(numSelected + "/" + numGaps);
69
+
70
if (isSpectator) {
71
$(".match-hand").addClass("invisible")
72
}
src/res/tpl/match.html
@@ -50,6 +50,9 @@
50
<div class="chat-messages" id="chatlist"></div>
51
</div>
52
53
+ <div id="cardcount">
54
+ (No cards to select)
55
+ </div>
56
<div class="match-hand">
57
<div class="match-hand-container">
58
<div class="match-hand-tabs">
0 commit comments