Removed not needed option.

This commit is contained in:
Martin Edenhofer 2015-12-09 16:54:39 +01:00
parent 4e6e03a494
commit 3a2b3f4393

View file

@ -83,13 +83,6 @@ class App.Content extends App.ControllerWidgetPermanent
if typeof params[i] isnt 'object'
params_only[i] = params[i]
# tell server what we are calling right now
App.WebSocket.send(
action: 'active_controller',
controller: route,
params: params_only,
)
# remember history
# needed to mute "redirect" url to support browser back
history = App.Config.get('History')