index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/record_sheet.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/record_sheet.js b/src/modules/record_sheet.js index 0e26155..584bcf7 100644 --- a/src/modules/record_sheet.js +++ b/src/modules/record_sheet.js @@ -131,8 +131,8 @@ function deselect() { function clear() { document.querySelectorAll('#record-sheet .soldier-record').forEach(el => el.remove()); - document.querySelector('#attacker-record .name').textContent = 'attacker'; - document.querySelector('#defender-record .name').textContent = 'defender'; + //document.querySelector('#attacker-record .name').textContent = 'attacker'; + //document.querySelector('#defender-record .name').textContent = 'defender'; } function select(data) { |