From a0933d5077faf2a6d93872ff2d29060a7d22860f Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 11 Nov 2021 21:29:27 +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 ecab6c99..5af9b15a 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -470,7 +470,7 @@ } else { 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) {