Change double quotes to single

This commit is contained in:
2025-06-16 22:41:30 -07:00
parent 7a9724849b
commit 13c0a98f1b
4 changed files with 12 additions and 12 deletions

View File

@@ -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'),