Current File : /home/pacjaorg/www/kmm/media/com_users/js/two-factor-focus-es5.min.js |
(function(){"use strict";/**
* @copyright (C) 2022 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/(function(){document.addEventListener("DOMContentLoaded",function(){var c,e=document.getElementById("users-mfa-code"),u=document.getElementById("users-mfa-captive-button-submit"),l=(c=document.getElementById("toolbar-user-mfa-submit"))==null?void 0:c.querySelector("button");e&&e.style.display!=="none"&&!e.classList.contains("visually-hidden")&&e.type!=="hidden"?e.focus():(u&&u.focus(),l&&l.focus()),document.querySelectorAll(".button-user-mfa-submit").forEach(function(t){t.addEventListener("click",function(n){n.preventDefault(),u.click()})}),document.querySelectorAll(".button-user-mfa-logout").forEach(function(t){t.addEventListener("click",function(n){n.preventDefault();var o=document.getElementById("users-mfa-captive-button-logout");o&&o.click()})}),document.querySelectorAll(".button-user-mfa-choose-another").forEach(function(t){t.addEventListener("click",function(n){n.preventDefault();var o=document.getElementById("users-mfa-captive-form-choose-another");o&&o.click()})})})})()})();