Line 140: | Line 140: | ||
}); | }); | ||
− | $(window).load(function() { | + | $(window).load(function(){ |
document.getElementById("top_title").style.display="none"; | document.getElementById("top_title").style.display="none"; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}); | }); | ||
+ | $(window).load(function(){ | ||
+ | document.getElementById("sideMenu").style.display="none"; | ||
+ | }); | ||
+ | $(window).load(function(){ | ||
+ | document.getElementById("content").style.width="auto"; | ||
+ | }); | ||
+ | $(window).load(function(){ | ||
+ | document.getElementById("content").style.padding="0"; | ||
+ | }); | ||
</script> | </script> | ||
</head> | </head> |
Revision as of 09:29, 20 October 2017