Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/zenit/media/com_users/js/ |
Upload File : |
(function () {
'use strict';
/**
* @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
Joomla = window.Joomla || {};
(function (Joomla) {
document.addEventListener('DOMContentLoaded', function () {
Joomla.twoFactorMethodChange = function () {
var method = document.getElementById('jform_twofactor_method');
if (method) {
var selectedPane = "com_users_twofactor_" + method.value;
var twoFactorForms = [].slice.call(document.querySelectorAll('#com_users_twofactor_forms_container > div'));
twoFactorForms.forEach(function (value) {
var id = value.id;
if (id !== selectedPane) {
document.getElementById(id).classList.add('hidden');
} else {
document.getElementById(id).classList.remove('hidden');
}
});
}
};
});
})(Joomla);
}());