Fixed Routes and blades.

This commit is contained in:
2020-06-22 14:53:00 +02:00
parent 9c3796220f
commit 3a345b1417
15 changed files with 82 additions and 47 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ document.addEventListener("DOMContentLoaded", function(){
// Handler when the DOM is fully loaded
var path = window.location.pathname;
if(path === "/menuplan" || path === "/vagttelefon" || path === "/")
if(path === "/menuplans" || path === "/vagttelefon" || path === "/")
{
document.getElementById ('toggle').addEventListener ('click', toggleMenu, false);
}