Changes

From Drawn to Life Wiki
No change in size ,  03:09, 23 June 2022
no edit summary
Line 1: Line 1:  
/* All JavaScript here will be loaded for users of the Timeless skin */
 
/* All JavaScript here will be loaded for users of the Timeless skin */
 
$(document).ready(function(){
 
$(document).ready(function(){
   setTimeout(removeLoader, 80); //wait for page load PLUS 0.008 seconds.
+
   setTimeout(removeLoader, 120); //wait for page load PLUS 0.12 seconds.
 
});
 
});
 
function removeLoader(){
 
function removeLoader(){