Fixed Routes and blades.
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ document.addEventListener("DOMContentLoaded", function(){
|
||||
// Handler when the DOM is fully loaded
|
||||
var path = window.location.pathname;
|
||||
|
||||
if(path === "/menuplan")
|
||||
if(path === "/menuplans")
|
||||
{
|
||||
updateWeek();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user