From dbcb23789adabdddb762cb5975a4e1d47fe1e480 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 11 Nov 2021 22:41:22 +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 71526678..41fa2760 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -483,7 +483,7 @@ } else { let url = URL.createObjectURL(el.files[0]) imageId = `wadouri:${url}`; - imageId2 = imageId2 + imageId2 = imageId } console.log(imageId) const element = $(`
`).get(0)