Web Dev Solutions

Catalin Mititiuc

From c148f4a4f329decec4602a48a8a71a62b429bfb4 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Thu, 27 Jun 2024 12:48:06 -0700 Subject: WIP: render radial coord hexes/maps --- src/modules/record_sheet.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/record_sheet.js') diff --git a/src/modules/record_sheet.js b/src/modules/record_sheet.js index 132a7dd..092870a 100644 --- a/src/modules/record_sheet.js +++ b/src/modules/record_sheet.js @@ -180,11 +180,11 @@ export function start(startLoc, units) { for (const affiliation in forces) { const container = document.querySelector(`#${affiliation}-record`); const records = container.querySelector('.records'); - const name = startLoc?.dataset[`${affiliation}Name`]; + // const name = startLoc?.dataset[`${affiliation}Name`]; - if (name) { - container.querySelector('.name').textContent = name; - } + // if (name) { + // container.querySelector('.name').textContent = name; + // } forces[affiliation].forEach(r => records.appendChild(r)); } -- cgit v1.2.3