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) {