From 758c03dc56f28447a3083e5cf1a47a35ed3e9a5c Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 12 Nov 2021 13:05:44 +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 eabe2b46..71dbba4f 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -383,7 +383,7 @@ ).then(({ data: { text } }) => { l = text.toLowerCase(); $(`img[data-input-id='${input.id}'`).removeClass("image-ident-loading"); - console.log(l); + console.log("found text", l); if (l.includes("accesion") || l.includes("number") || l.search( /(ref|rk9|rh8|ra9|rbz)\d+/g) > -1) { console.log("Match found ", input);