mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-06 07:25:32 +01:00
Fixed problem that history url was not updated after pop state.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user