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')
-rw-r--r-- | src/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js index 800eea7..01ebd89 100644 --- a/src/index.js +++ b/src/index.js @@ -3,7 +3,7 @@ import * as gameboard from './modules/gameboard.js'; import * as recordSheet from './modules/record_sheet.js'; import * as mapSelectDialog from './modules/map_select_dialog.js'; -globalThis.svgns = "http://www.w3.org/2000/svg"; +globalThis.svgns = 'http://www.w3.org/2000/svg'; const mapPlaceholder = document.querySelector('.map-placeholder'), distanceOutput = document.getElementById('status'), |