Inital support for multi-tab loging

This commit is contained in:
=Corey Hulen
2015-10-16 09:10:54 -07:00
parent c890e21cef
commit 6a1755d2e3
64 changed files with 409 additions and 313 deletions

View File

@@ -265,8 +265,8 @@ export default class Sidebar extends React.Component {
const channel = ChannelStore.getCurrent();
if (channel) {
let currentSiteName = '';
if (global.window.config.SiteName != null) {
currentSiteName = global.window.config.SiteName;
if (global.window.mm_config.SiteName != null) {
currentSiteName = global.window.mm_config.SiteName;
}
let currentChannelName = channel.display_name;