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);