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)