5 lines
439 B
JavaScript
5 lines
439 B
JavaScript
/**
|
|
* @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org>
|
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
|
*/document.addEventListener("DOMContentLoaded",()=>{const t=document.getElementById("loading"),e=document.getElementById("installer-install");t&&e&&(t.style.position="absolute",t.style.top=0,t.style.left=0,t.style.width="100%",t.style.height="100%",t.classList.add("hidden"))});
|