.
This commit is contained in:
@@ -171,7 +171,8 @@ function loadDicomViewer(images_to_load, annotations_to_load) {
|
|||||||
|
|
||||||
if (images_to_load != undefined) {
|
if (images_to_load != undefined) {
|
||||||
images = images_to_load;
|
images = images_to_load;
|
||||||
} else if (images.indexOf(",") > 0) {
|
//} else if (images.indexOf(",") > 0) {
|
||||||
|
} else {
|
||||||
images = JSON.parse(images);
|
images = JSON.parse(images);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -171,7 +171,8 @@ function loadDicomViewer(images_to_load, annotations_to_load) {
|
|||||||
|
|
||||||
if (images_to_load != undefined) {
|
if (images_to_load != undefined) {
|
||||||
images = images_to_load;
|
images = images_to_load;
|
||||||
} else if (images.indexOf(",") > 0) {
|
//} else if (images.indexOf(",") > 0) {
|
||||||
|
} else {
|
||||||
images = JSON.parse(images);
|
images = JSON.parse(images);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user