mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-06 02:21:42 +00:00
Fix a bug where SIGs weren't being handled properly in the add spot JS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user