Optimized shared layout, fixed navbar position, fixed footer for MS Edge, added dynamic copyright year
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function ToggleMenu()
|
||||
{
|
||||
var menu = document.getElementById("compact-menu");
|
||||
var menu = document.getElementsByClassName("main-menu")[0];
|
||||
|
||||
if (menu.style.display == "none")
|
||||
menu.style.display = "initial";
|
||||
|
||||
Reference in New Issue
Block a user