From 2cfad83ee87691354edd246f18be239da9758d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Tue, 17 Sep 2019 22:59:18 +0200 Subject: [PATCH] Fixed problem that history url was not updated after pop state. --- assets/ts_src/ajax_ui.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/ts_src/ajax_ui.ts b/assets/ts_src/ajax_ui.ts index cb76eb49..8ae4881a 100644 --- a/assets/ts_src/ajax_ui.ts +++ b/assets/ts_src/ajax_ui.ts @@ -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