log game detail for real
This commit is contained in:
parent
dec4379463
commit
0c74fd6f37
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export class LeaderBoardService {
|
|||
nameElement.style.cursor = 'pointer';
|
||||
nameElement.style.fontWeight = 'bold';
|
||||
nameElement.style.fontStyle = 'italic';
|
||||
nameElement.onmousedown = () => console.log(game);
|
||||
nameElement.onmousedown = () => console.log(game.data());
|
||||
|
||||
const indexElement = document.createElement('div');
|
||||
indexElement.innerText = `#${i++}`;
|
||||
|
|
Loading…
Reference in a new issue