Seems to be user friendlier to keep tab open per default.

This commit is contained in:
Martin Edenhofer 2015-11-06 08:56:15 +01:00
parent d95ac81744
commit 095a16db32

View file

@ -14,9 +14,7 @@ class App.TicketZoomAttributeBar extends App.Controller
constructor: ->
super
@secondaryAction = 'closeTab'
if @overview_id
@secondaryAction = 'closeNextInOverview'
@secondaryAction = 'stayOnTab'
@subscribeId = App.Macro.subscribe(@render)
@render()