test history
This commit is contained in:
parent
4c748a1007
commit
7cee788ae5
@ -37,6 +37,9 @@ function handlePageResponse(data) {
|
||||
|
||||
if (data.Page) {
|
||||
pageArea.innerHTML = data.Page;
|
||||
if(data.PageLocation){
|
||||
history.pushState({}, "", data.PageLocation);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user