Maintenance: Local history log consistency bugfix

This commit is contained in:
Mantas Masalskis 2019-11-12 13:54:55 +01:00 committed by Martin Edenhofer
parent f35cd7fbe9
commit ea3522c7a2

View file

@ -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) =>