Fix navigation

This commit is contained in:
Bruno Rybársky 2024-02-05 22:10:07 +01:00
parent 6587f530e4
commit c95dad64a4

@ -28,9 +28,9 @@ function handlePageResponse(data){
}
if(data.Page){
document.getElementById("pagearea").innerHTML = data.Page;
if(data.PageLocation){
history.pushState({}, "", data.PageLocation);
}
// if(data.PageLocation){
// history.pushState({}, "", data.PageLocation);
// }
}
}