Fix navigation
This commit is contained in:
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);
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user