File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6565 allowPick = data . allowPick
6666 isSpectator = data . isSpectator
6767
68- $ ( "#cardcount" ) . html ( numSelected + "/" + numGaps ) ;
68+ $ ( "#cardcount" ) . html ( "Selected: " + numSelected + "/" + numGaps ) ;
6969
7070 if ( isSpectator ) {
7171 $ ( ".match-hand" ) . addClass ( "invisible" )
Original file line number Diff line number Diff line change 3838 < div class ="countdown-clock " id ="countdown ">
3939 00:00
4040 </ div >
41+ < div id ="cardcount ">
42+ (No cards to select)
43+ </ div >
4144 < div class ="card-base system-card sticky-card " id ="match-statement ">
4245 Waiting...
4346 </ div >
5053 < div class ="chat-messages " id ="chatlist "> </ div >
5154 </ div >
5255 </ div >
53- < div id ="cardcount ">
54- (No cards to select)
55- </ div >
5656 < div class ="match-hand ">
5757 < div class ="match-hand-container ">
5858 < div class ="match-hand-tabs ">
You can’t perform that action at this time.
0 commit comments