Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla5/media/plg_captcha_recaptcha_invisible/js/ |
| [Home] [System Details] [Kill Me] |
/**
* @package Joomla.JavaScript
* @copyright (C) 2019 Open Source Matters, Inc.
<https://www.joomla.org>
* @license GNU General Public License version 2 or later; see
LICENSE.txt
*/((a,r)=>{a.JoomlainitReCaptchaInvisible=()=>{const
o=[].slice.call(r.getElementsByClassName("g-recaptcha")),c=["sitekey","badge","size","tabindex","callback","expired-callback","error-callback"];o.forEach(t=>{let
e={};t.dataset?e=t.dataset:c.forEach(i=>{const
s=`data-${c[i]}`;t.hasAttribute(s)&&(e[c[i]]=t.getAttribute(s))}),t.setAttribute("data-recaptcha-widget-id",a.grecaptcha.render(t,e)),a.grecaptcha.execute(t.getAttribute("data-recaptcha-widget-id"))})}})(window,document);