From 2d2d218279c2955f92a9252fa7bded8a5d0e90b2 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 11 Nov 2021 18:09:43 +0000 Subject: [PATCH] . --- rapids/templates/rapids/rapid_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index 0b91ba7f..6cd8f0e4 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -515,7 +515,7 @@ const element = $(`
`).get(0) $(el).parent().parent().prepend(element); - const imageId = `wadouri:${a}`; + const imageId = `wadouri:${url}`; cornerstone.enable(element); cornerstone.loadAndCacheImage(imageId).then(function (image) { cornerstone.displayImage(element, image);