From 92f1c97034808328fbea9eb77d76329a026f961c Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 6 Nov 2015 01:27:53 +0100 Subject: [PATCH] Close tabs per default. --- .../app/controllers/ticket_zoom/attribute_bar.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'