Browse Source

Maintenance: Local history log consistency bugfix

Mantas Masalskis 5 years ago
parent
commit
ea3522c7a2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/assets/javascripts/app/lib/app_post/interface_handle.coffee

+ 2 - 1
app/assets/javascripts/app/lib/app_post/interface_handle.coffee

@@ -84,7 +84,8 @@ class App.Content extends App.ControllerWidgetPermanent
           history = App.Config.get('History')
           if history[10]
             history.shift()
-          history.push window.location.hash
+
+          history.push '#' + params.match.input
 
           # execute controller
           controller = (params) =>