File manager - Edit - /var/www/html/ppps/public/assets/js/roadshowRecaptcha.js
Back
var onloadCallback = function () { var googleKeyrecaptcha = '6Leo_TAiAAAAAMNJ_CaVWTNtUjwOtoXePzEjtA1D'; if (document.getElementById('recaptchaRoadShow') != null) { recaptchaRoadShow = grecaptcha.render('recaptchaRoadShow', { 'sitekey': googleKeyrecaptcha, 'theme': 'light', 'callback': onSubmitRoadShow }); } } function onload() { if (document.getElementById('submitRoadShow') != null) { var elementRoadShow = document.getElementById('submitRoadShow'); elementRoadShow.onclick = validateRoadShow; } } function validateRoadShow(event) { event.preventDefault(); if (document.getElementById('recaptchaRoadShow') != null) { grecaptcha.execute(recaptchaRoadShow); } } function onSubmitRoadShow(recaptcha) { $("#recaptcha").val(recaptcha); $("#formRoadShow").submit(); grecaptcha.reset(recaptchaRoadShow); } onload();
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings