From 2df84bc6469bb7af631c311065e97b6a7fe771bf Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 13 Nov 2021 10:39:57 +0000 Subject: [PATCH] . --- anatomy/static/js/anatomy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anatomy/static/js/anatomy.js b/anatomy/static/js/anatomy.js index c2e2760e..0529b055 100644 --- a/anatomy/static/js/anatomy.js +++ b/anatomy/static/js/anatomy.js @@ -304,7 +304,7 @@ function setUpDicom(element) { console.log("Dicom - load imageId: ", imageIds); for (let index = 0; index < imageIds.length; index++) { - if (imageIds[index].endsWith("dcm") { + if (imageIds[index].endsWith("dcm")) { imageIds[index] = "wadouri" + imageIds[index]; }