log game detail
This commit is contained in:
parent
87c53c640a
commit
dec4379463
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.id);
|
||||
nameElement.onmousedown = () => console.log(game);
|
||||
|
||||
const indexElement = document.createElement('div');
|
||||
indexElement.innerText = `#${i++}`;
|
||||
|
|
Loading…
Reference in a new issue