From c6fc03e6d9c71b18d11e24023eeb8d45f44a758e Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 11 Nov 2021 22:40:13 +0000 Subject: [PATCH] . --- static/js/dicomViewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/dicomViewer.js b/static/js/dicomViewer.js index cde0f199..ba857899 100644 --- a/static/js/dicomViewer.js +++ b/static/js/dicomViewer.js @@ -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 {