This commit is contained in:
Ross
2021-08-20 11:11:16 +01:00
parent c3b1a757b8
commit b7b9a5d8ff
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -171,7 +171,8 @@ function loadDicomViewer(images_to_load, annotations_to_load) {
if (images_to_load != undefined) {
images = images_to_load;
} else if (images.indexOf(",") > 0) {
//} else if (images.indexOf(",") > 0) {
} else {
images = JSON.parse(images);
}
+2 -1
View File
@@ -171,7 +171,8 @@ function loadDicomViewer(images_to_load, annotations_to_load) {
if (images_to_load != undefined) {
images = images_to_load;
} else if (images.indexOf(",") > 0) {
//} else if (images.indexOf(",") > 0) {
} else {
images = JSON.parse(images);
}