From 94f7b90cc5d99d11131825df4b2d9b0a50b985ee Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Mon, 6 Oct 2025 16:03:29 +0100 Subject: [PATCH] Allow refs field to wrap if necessary in case of multi-bunker spots --- 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 0fa8ec9..5bcd60d 100644 --- a/webassets/js/spots.js +++ b/webassets/js/spots.js @@ -150,7 +150,7 @@ function updateTable() { $tr.append(`${mode_string}`); $tr.append(`${commentText}`); $tr.append(` ${sigSourceText}`); - $tr.append(`${sig_refs}`); + $tr.append(`${sig_refs}`); $tr.append(`${de_flag}${s["de_call"]}`); table.find('tbody').append($tr);