summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-12-23 10:38:44 -0800
committer=Corey Hulen <corey@hulen.com>2015-12-23 10:38:44 -0800
commit7b4e8cd12840bdba7895bf48edf4a027dcbcb468 (patch)
tree775de862fdab06e2c70933a818c267b68831241c /web
parentd2253a2886aa19c3b52ed2432be55f3342a06497 (diff)
downloadchat-7b4e8cd12840bdba7895bf48edf4a027dcbcb468.tar.gz
chat-7b4e8cd12840bdba7895bf48edf4a027dcbcb468.tar.bz2
chat-7b4e8cd12840bdba7895bf48edf4a027dcbcb468.zip
Fixing multi team issue
Diffstat (limited to 'web')
-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;
}
});
});