From 8e05fd2bda1761d8a299c1dea48e4ddb2a35e91d Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Tue, 7 Oct 2025 21:07:49 +0100 Subject: [PATCH] Fix spots bug #17 --- webassets/js/spots.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webassets/js/spots.js b/webassets/js/spots.js index 8dff7e4..4e14491 100644 --- a/webassets/js/spots.js +++ b/webassets/js/spots.js @@ -102,7 +102,7 @@ function updateTable() { // Format sig_refs var sig_refs = ""; if (s["sig_refs"]) { - sig_refs = a["sig_refs"].map(a => `${a}`).join(", "); + sig_refs = s["sig_refs"].map(s => `${s}`).join(", "); } // Format DE flag