diff options
Diffstat (limited to 'ext/js/app')
| -rw-r--r-- | ext/js/app/frontend.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/js/app/frontend.js b/ext/js/app/frontend.js index 1c6def06..ef53cecb 100644 --- a/ext/js/app/frontend.js +++ b/ext/js/app/frontend.js @@ -515,7 +515,7 @@ class Frontend {          const {url} = optionsContext;          const details = {              focus, -            history: false, +            historyMode: 'clear',              params: {                  type,                  query, |