diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-27 13:45:39 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-27 13:45:39 +0000 |
commit | 955c6426061dd9e8c6653b0059b201b50e0a5bd5 (patch) | |
tree | 1018cfd4a54ef250616881ba59d9953d8a2c426c /play.js | |
parent | 49656491a16640952d80e0f9d312a3d80eb7a40a (diff) | |
download | 1989-dawn-of-freedom-955c6426061dd9e8c6653b0059b201b50e0a5bd5.tar.gz |
Fix typo
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -689,7 +689,7 @@ function on_update() { ui.removed.replaceChildren() for (let c of view.strategy_removed) - ui.discard.appendChild(ui.cards[c]) + ui.removed.appendChild(ui.cards[c]) ui.table_cards.replaceChildren() if (view.table_cards) |