This commit is contained in:
Devin Howard 2016-08-16 08:44:44 +08:00 committed by GitHub
parent c17fee4449
commit 2c54d906fc

View file

@ -93,7 +93,9 @@ Metamaps.Realtime = {
})
self.room.videoAdded(self.handleVideoAdded)
if (!Metamaps.Active.Map) self.room.chat.$container.hide()
if (!Metamaps.Active.Map) {
self.room.chat.$container.hide()
}
$('body').prepend(self.room.chat.$container)
} // if Metamaps.Active.Mapper
},