Changes

From Drawn to Life Wiki
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, 600); //wait for page load PLUS 0.6 seconds.
+
   setTimeout(removeLoader, 60); //wait for page load PLUS 0.6 seconds.
 
});
 
});
 
function removeLoader(){
 
function removeLoader(){