Line 397: | Line 397: | ||
$("#bodyContent").attr("id", ""); | $("#bodyContent").attr("id", ""); | ||
$("#globalWrapper").attr("id", ""); | $("#globalWrapper").attr("id", ""); | ||
− | + | $(window).load(function () { | |
− | $(".container").fadeIn(); | + | setTimeout(function () { |
− | + | $(".container").fadeIn(); | |
− | + | }, 150); | |
− | + | $("#home_logo").remove(); | |
− | + | $("#sideMenu").remove(); | |
− | + | $("#top_title").remove(); | |
− | + | $("#patrollink").remove(); | |
− | + | }); | |
}); | }); | ||
</script> | </script> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 23:56, 29 October 2017