Fix a bug where SIGs weren't being handled properly in the add spot JS

This commit is contained in:
Ian Renton
2026-07-10 17:38:33 +01:00
parent f2a6bfa515
commit 600a330e63
10 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ function addSpot() {
spot["sig"] = sig;
}
if (sigRef !== "") {
spot["sig_refs"] = [{id: sigRef}];
spot["sig_refs"] = [{sig: sig, id: sigRef}];
}
if (dxGrid !== "") {
spot["dx_grid"] = dxGrid;