.
This commit is contained in:
@@ -111,7 +111,7 @@
|
|||||||
|
|
||||||
let images = document.getElementById("single-dicom-viewer").dataset.images;
|
let images = document.getElementById("single-dicom-viewer").dataset.images;
|
||||||
|
|
||||||
let lson_toolstates = [];
|
let json_toolstates = [];
|
||||||
for (const image of images) {
|
for (const image of images) {
|
||||||
json_toolstates.push(JSON.stringify(toolstate[image]));
|
json_toolstates.push(JSON.stringify(toolstate[image]));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user