From c1f3efd1a476f00e0cc0f87db49bb96ae6e6f09b Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 12 Nov 2021 13:30:10 +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 7acd55d1..593b5077 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -442,7 +442,7 @@ base = await blobToBase64(el.files[0]); imageId = "base64://" + base.split(",")[1]; imageId2 = base; - const element = $(``).get(0) + const element = $(``).get(0) $(el).parent().parent().prepend(element);