From 8e23a75ae0361a07a981bfdf36f9fefc32b7d988 Mon Sep 17 00:00:00 2001 From: Davod Mozafari Date: Mon, 21 Nov 2022 14:03:19 +0000 Subject: [PATCH] Bugfix on recaptcha js action Uncaught (in promise) TypeError: document.getElementById(...).oninput is not a function --- Views/init_v3.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Views/init_v3.php b/Views/init_v3.php index edee83a..155bd67 100644 --- a/Views/init_v3.php +++ b/Views/init_v3.php @@ -9,8 +9,7 @@ grecaptcha.ready(function() { grecaptcha.execute('', ).then(function(token) { document.getElementById('').value = token; - document.getElementById('').oninput(); }); }); - \ No newline at end of file +