This commit is contained in:
Ross
2021-11-11 22:40:13 +00:00
parent 5e32aa0c8d
commit c6fc03e6d9
+1 -1
View File
@@ -686,7 +686,7 @@ export function loadCornerstone(main_element, db, images, annotations_to_load, l
// otherwise try to load it as a dicom
} else if (!image_url.startsWith("wadouri")) {
cornerstone.loadAndCacheImage(url).then(function (image) {
cornerstone.loadAndCacheImage(image_url).then(function (image) {
loadCornerstoneThumb();
});
} else {