Fixed problem that history url was not updated after pop state.

This commit is contained in:
Jan Böhmer 2019-09-17 22:59:18 +02:00
parent edabaeaced
commit 2cfad83ee8

View file

@ -487,7 +487,7 @@ class AjaxUI {
history.pushState(null, title, url);
} else {
//Clear pop state
ajaxUI.statePopped = true;
ajaxUI.statePopped = false;
}
//Do things on the new dom