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.
2 parents a36fb64 + 80e026e commit 697f0c2Copy full SHA for 697f0c2
src/res/js/match/match.js
@@ -66,6 +66,8 @@
66
allowChoose = data.allowChoose
67
allowPick = data.allowPick
68
isSpectator = data.isSpectator
69
+ $("#cardcount").html("Selected: " + numSelected + "/" + numGaps);
70
+
71
if (isSpectator) {
72
$(".match-hand").addClass("invisible")
73
}
src/res/tpl/match.html
@@ -38,6 +38,9 @@
38
<div class="countdown-clock" id="countdown">
39
00:00
40
</div>
41
+ <div id="cardcount">
42
+ (No cards to select)
43
+ </div>
44
<div class="card-base system-card sticky-card" id="match-statement">
45
Waiting...
46
0 commit comments