projects
/
pokerwave.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cf60d0
)
show chatrooms in white
author
Geoffrey Allott
<geoffrey@allott.email>
Sun, 28 May 2023 10:24:39 +0000
(11:24 +0100)
committer
Geoffrey Allott
<geoffrey@allott.email>
Sun, 28 May 2023 10:24:39 +0000
(11:24 +0100)
site/modules/gamelist.js
patch
|
blob
|
history
diff --git
a/site/modules/gamelist.js
b/site/modules/gamelist.js
index 17246302b38aa67d037b7d72d33799d91948996b..c9f401e0a539be91afd2ad8fcd44175e6d626701 100644
(file)
--- a/
site/modules/gamelist.js
+++ b/
site/modules/gamelist.js
@@
-57,7
+57,7
@@
export class GameList {
const game_element = document.createElement("tr");
game_element.classList.add("game-summary");
- if (game.status.completed) {
+ if (game.status.completed
&& game.settings.format != "Chatroom"
) {
game_element.classList.add("game-summary-completed");
}