Difference between revisions of "Template:GreatBay SCIE/HTML/loader"

Line 22: Line 22:
 
<body>
 
<body>
 
<script>
 
<script>
function disappear()
 
{
 
    ld = document.getElementById("loader");
 
    ld.style.display = 'none';
 
 
     WD = window.innerWidth;
 
     WD = window.innerWidth;
 
     ld.style.marginLeft = (WD - 100) + "px";
 
     ld.style.marginLeft = (WD - 100) + "px";
 
     HT = window.innerHeight;
 
     HT = window.innerHeight;
 
     ld.style.marginLeft = (HT - 190) + "px";
 
     ld.style.marginLeft = (HT - 190) + "px";
 +
function disappear()
 +
{
 +
    ld = document.getElementById("loader");
 +
    ld.style.display = 'none';
 +
   
 
      
 
      
 
}
 
}

Revision as of 11:11, 20 October 2021