diff --git a/app/assets/javascripts/app/lib/app_post/interface_handle.coffee b/app/assets/javascripts/app/lib/app_post/interface_handle.coffee index 9cdce3739..96b25142d 100644 --- a/app/assets/javascripts/app/lib/app_post/interface_handle.coffee +++ b/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) =>