[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/com_installer/js/ -> installer.js (source)

   1  /**
   2   * @copyright   (C) 2018 Open Source Matters, Inc. <https://www.joomla.org>
   3   * @license     GNU General Public License version 2 or later; see LICENSE.txt
   4   */
   5  (() => {
   6  
   7    document.addEventListener('DOMContentLoaded', () => {
   8      const loading = document.getElementById('loading');
   9      const installer = document.getElementById('installer-install');
  10  
  11      if (loading && installer) {
  12        loading.style.position = 'absolute';
  13        loading.style.top = 0;
  14        loading.style.left = 0;
  15        loading.style.width = '100%';
  16        loading.style.height = '100%';
  17        loading.classList.add('hidden');
  18      }
  19    });
  20  })();


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer