diff --git a/module/index/js/index.ui.js b/module/index/js/index.ui.js index f726ea2a18..e9911cc893 100644 --- a/module/index/js/index.ui.js +++ b/module/index/js/index.ui.js @@ -252,7 +252,7 @@ function updateApp(code, url, title, type) app.currentTitle = title; } - if(prevState && prevState.code === code && prevState.url === url) return; + if(prevState && prevState.code === code && prevState.url === url) return prevState; app.currentUrl = url; window.history.pushState(state, title, url);