.
This commit is contained in:
@@ -686,7 +686,7 @@ export function loadCornerstone(main_element, db, images, annotations_to_load, l
|
|||||||
|
|
||||||
// otherwise try to load it as a dicom
|
// otherwise try to load it as a dicom
|
||||||
} else if (!image_url.startsWith("wadouri")) {
|
} else if (!image_url.startsWith("wadouri")) {
|
||||||
cornerstone.loadAndCacheImage(url).then(function (image) {
|
cornerstone.loadAndCacheImage(image_url).then(function (image) {
|
||||||
loadCornerstoneThumb();
|
loadCornerstoneThumb();
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user