summaryrefslogtreecommitdiffstats
path: root/web/templates/head.html
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-01-04 07:14:46 -0500
committerChristopher Speller <crspeller@gmail.com>2016-01-04 07:14:46 -0500
commitda6aba6e50d2571354b03b67bdd0b0b84f92ce9c (patch)
tree6e4835fafd574598d05c5a1e1a8479deca89bf2b /web/templates/head.html
parentc44873c61b205932bdbf1f81cfc2a9728a6fee31 (diff)
parent7b4e8cd12840bdba7895bf48edf4a027dcbcb468 (diff)
downloadchat-da6aba6e50d2571354b03b67bdd0b0b84f92ce9c.tar.gz
chat-da6aba6e50d2571354b03b67bdd0b0b84f92ce9c.tar.bz2
chat-da6aba6e50d2571354b03b67bdd0b0b84f92ce9c.zip
Merge pull request #1769 from mattermost/PLT-1488
PLT-1488 fixing error message from session revoke
Diffstat (limited to 'web/templates/head.html')
-rw-r--r--web/templates/head.html2
1 files changed, 1 insertions, 1 deletions
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;
}
});
});