From 4a69102cfb99176b01fc86fb23aac932bd96b3e2 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 11 Nov 2021 21:37:35 +0000 Subject: [PATCH] . --- rapids/templates/rapids/rapid_form.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index 54035367..1578982e 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -463,6 +463,9 @@ let url = URL.createObjectURL(el.files[0]) + console.log(el.files[0]) + console.log(url) + $(el).parent().parent().find(".temp-thumb").remove(); let imageId; @@ -471,6 +474,7 @@ } else { imageId = `wadouri:${url}`; } + console.log(imageId) const element = $(`
`).get(0) $(el).parent().parent().prepend(element); cornerstone.enable(element);