[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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

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


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