mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +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);
|
history.pushState(null, title, url);
|
||||||
} else {
|
} else {
|
||||||
//Clear pop state
|
//Clear pop state
|
||||||
ajaxUI.statePopped = true;
|
ajaxUI.statePopped = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Do things on the new dom
|
//Do things on the new dom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue