add { }
This commit is contained in:
parent
c17fee4449
commit
2c54d906fc
1 changed files with 3 additions and 1 deletions
|
@ -93,7 +93,9 @@ Metamaps.Realtime = {
|
||||||
})
|
})
|
||||||
self.room.videoAdded(self.handleVideoAdded)
|
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)
|
$('body').prepend(self.room.chat.$container)
|
||||||
} // if Metamaps.Active.Mapper
|
} // if Metamaps.Active.Mapper
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue