Maintenance: Local history log consistency bugfix
This commit is contained in:
parent
f35cd7fbe9
commit
ea3522c7a2
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ class App.Content extends App.ControllerWidgetPermanent
|
||||||
history = App.Config.get('History')
|
history = App.Config.get('History')
|
||||||
if history[10]
|
if history[10]
|
||||||
history.shift()
|
history.shift()
|
||||||
history.push window.location.hash
|
|
||||||
|
history.push '#' + params.match.input
|
||||||
|
|
||||||
# execute controller
|
# execute controller
|
||||||
controller = (params) =>
|
controller = (params) =>
|
||||||
|
|
Loading…
Reference in a new issue