typo
This commit is contained in:
parent
a455084f43
commit
642010ba79
@ -77,7 +77,7 @@ function renderHand(el,hand,hideFirst=false){
|
||||
|
||||
if(hideFirst && i===0){
|
||||
div.className='card back';
|
||||
div.textContent='TERSEMBUNYI';
|
||||
div.textContent='HIDEN';
|
||||
} else {
|
||||
const top = document.createElement('div');
|
||||
top.textContent = c.rank + ' ' + c.suit;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user