From 7b4e8cd12840bdba7895bf48edf4a027dcbcb468 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Wed, 23 Dec 2015 10:38:44 -0800 Subject: Fixing multi team issue --- web/templates/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/templates/head.html b/web/templates/head.html index c2c40098c..70c94e8ff 100644 --- a/web/templates/head.html +++ b/web/templates/head.html @@ -77,7 +77,7 @@ } console.log('detected login from a different tab'); - window.location.href = '/'; + window.location.href = '/' + window.mm_team.name; } }); }); -- cgit v1.2.3-1-g7c22