mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed problem that history url was not updated after pop state.
This commit is contained in:
parent
edabaeaced
commit
2cfad83ee8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue