Difference between revisions of "Template:Home"

Line 397: Line 397:
 
         $("#bodyContent").attr("id", "");
 
         $("#bodyContent").attr("id", "");
 
         $("#globalWrapper").attr("id", "");
 
         $("#globalWrapper").attr("id", "");
 
+
        setTimeout(function () {
 +
            $(".container").fadeIn();
 +
        }, 100);
 
     });
 
     });
 
     $(window).load(function () {
 
     $(window).load(function () {
Line 404: Line 406:
 
         $("#top_title").remove();
 
         $("#top_title").remove();
 
         $("#patrollink").remove();
 
         $("#patrollink").remove();
        setTimeout(function () {
 
            $(".container").fadeIn();
 
        }, 250);
 
 
     });
 
     });
 
</script>
 
</script>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 23:54, 29 October 2017