File manager - Edit - /home/opticamezl/www/newok/plg_captcha_recaptcha_invisible.tar
Back
css/recaptcha_invisible.css 0000644 00000000073 15172521462 0012051 0 ustar 00 @charset "UTF-8"; .grecaptcha-badge { z-index: 999999; } css/recaptcha_invisible.min.css 0000644 00000000062 15172521462 0012631 0 ustar 00 @charset "UTF-8";.grecaptcha-badge{z-index:999999} css/recaptcha_invisible.min.css.gz 0000644 00000000102 15172521462 0013243 0 ustar 00 � sH�H,*N-QP qӵP��K/JMN,(I�H�MJLIO�����KI����Z �bZ2 scss/recaptcha_invisible.scss 0000644 00000000051 15172521462 0012413 0 ustar 00 .grecaptcha-badge { z-index: 999999; } js/recaptcha-es5.min.js.gz 0000644 00000000702 15172521462 0011347 0 ustar 00 � uQ�n�0��+ѥ�6�FU_�8HݢFO�+j#o-������BQ�-����ٙe��:��]����("�,��ht%F�cv���{�����6P���7�@՚��D���oފ� :��m�(� 3����Y#ޭ��x;w]g~�>Tj���0�n�Cܡ� ���5Y���a�䝸>�C&"�x�M�����6N��@Gu3 G�'а]���(RQc~�������ސ�P�I4��-:���b��Y��&��6_�H�<H-(+�ZFz�/��\�{�e�Z��H-q�P�2��B��Xe�<�0�~IŃSʏ��M ����� ���˾(���W�5�Ó��1 �:�eO�r�_r�4�x b�=��rJ��`�3n�C����=�^�i��m�N*�ȕ�ӥ�m�7��]��T�� js/recaptcha-es5.min.js 0000644 00000001331 15172521462 0010727 0 ustar 00 (function(){"use strict";/** * @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 */(function(a,s){a.JoomlainitReCaptchaInvisible=function(){var o=[].slice.call(s.getElementsByClassName("g-recaptcha")),c=["sitekey","badge","size","tabindex","callback","expired-callback","error-callback"];o.forEach(function(t){var i={};t.dataset?i=t.dataset:c.forEach(function(e){var r="data-"+c[e];t.hasAttribute(r)&&(i[c[e]]=t.getAttribute(r))}),t.setAttribute("data-recaptcha-widget-id",a.grecaptcha.render(t,i)),a.grecaptcha.execute(t.getAttribute("data-recaptcha-widget-id"))})}})(window,document)})(); js/recaptcha.js 0000644 00000002220 15172521462 0007451 0 ustar 00 /** * @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 */ ((window, document) => { window.JoomlainitReCaptchaInvisible = () => { const elements = [].slice.call(document.getElementsByClassName('g-recaptcha')); const optionKeys = ['sitekey', 'badge', 'size', 'tabindex', 'callback', 'expired-callback', 'error-callback']; elements.forEach(element => { let options = {}; if (element.dataset) { options = element.dataset; } else { optionKeys.forEach(key => { const optionKeyFq = `data-${optionKeys[key]}`; if (element.hasAttribute(optionKeyFq)) { options[optionKeys[key]] = element.getAttribute(optionKeyFq); } }); } // Set the widget id of the recaptcha item element.setAttribute('data-recaptcha-widget-id', window.grecaptcha.render(element, options)); // Execute the invisible reCAPTCHA window.grecaptcha.execute(element.getAttribute('data-recaptcha-widget-id')); }); }; })(window, document); js/recaptcha.min.js 0000644 00000001246 15172521462 0010242 0 ustar 00 /** * @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); js/recaptcha.min.js.gz 0000644 00000000663 15172521462 0010663 0 ustar 00 � u�_�1��S�P�Dbl��k�Y\vm��I����Sc2$WG+��K�X[h^ι��9d��ݰ�ЀYC�,��6�#�`n�m�4aBs��^cL�%�{��-�ܠg��3aL�M���݊�I��A۶�Ǚb=:��5��y���{@���-�5�鷽Øl�쎅��!K��i:���M�m �(���9�����2+���M�tX�<c�O�B�X�chΉ�k��� zJ�c)�`�����L�R*S,x��k<p�K�j�'�3_����Z�Ys�q�؈U�Z�1�?�r�'`V����!1,�ݐt �=�����K�T�d���hvٽI� }$����$oo.��,(���d'�t-��ҽ�ڪF�ۊ+�E�}�Q�B)�vp�&���p��uR��W�UU0�rx��mꠦ js/recaptcha-es5.js 0000644 00000002404 15172521462 0010147 0 ustar 00 (function () { 'use strict'; /** * @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 */ (function (window, document) { window.JoomlainitReCaptchaInvisible = function () { var elements = [].slice.call(document.getElementsByClassName('g-recaptcha')); var optionKeys = ['sitekey', 'badge', 'size', 'tabindex', 'callback', 'expired-callback', 'error-callback']; elements.forEach(function (element) { var options = {}; if (element.dataset) { options = element.dataset; } else { optionKeys.forEach(function (key) { var optionKeyFq = "data-" + optionKeys[key]; if (element.hasAttribute(optionKeyFq)) { options[optionKeys[key]] = element.getAttribute(optionKeyFq); } }); } // Set the widget id of the recaptcha item element.setAttribute('data-recaptcha-widget-id', window.grecaptcha.render(element, options)); // Execute the invisible reCAPTCHA window.grecaptcha.execute(element.getAttribute('data-recaptcha-widget-id')); }); }; })(window, document); })();
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0 |
proxy
|
phpinfo
|
Settings