From a44c18ffd08fc956297e357aa9b2b9296f7b0476 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 11 Nov 2021 21:56:21 +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 eb90871b..1cec3193 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -484,7 +484,7 @@ imageId = `wadouri:${url}`; } console.log(imageId) - const element = $(`
`).get(0) + const element = $(`
`).get(0) $(el).parent().parent().prepend(element); cornerstone.enable(element); cornerstone.loadAndCacheImage(imageId).then(function (image) {