diff --git a/app/assets/javascripts/app/controllers/ticket_zoom/attribute_bar.coffee b/app/assets/javascripts/app/controllers/ticket_zoom/attribute_bar.coffee index 80a2ee262..ea591ce00 100644 --- a/app/assets/javascripts/app/controllers/ticket_zoom/attribute_bar.coffee +++ b/app/assets/javascripts/app/controllers/ticket_zoom/attribute_bar.coffee @@ -14,7 +14,7 @@ class App.TicketZoomAttributeBar extends App.Controller constructor: -> super - @secondaryAction = @preferencesGet() || 'stayOnTab' + @secondaryAction = @preferencesGet() || 'closeTab' if !@overview_id && @secondaryAction is 'closeNextInOverview' @secondaryAction = 'closeTab'