From bf08ca0e3ba5fcd64cb6ea31337504bb3c488d5b Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 11 Nov 2021 18:14:16 +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 76068b69..058a4af5 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -514,7 +514,7 @@ $(el).parent().parent().find(".temp-thumb").remove(); const imageId = `wadouri:${url}`; - const element = $(`
`).get(0) + const element = $(`
`).get(0) $(el).parent().parent().prepend(element); cornerstone.enable(element); cornerstone.loadAndCacheImage(imageId).then(function (image) {