webui: chat: display peer location

This commit is contained in:
zeners 2016-03-22 16:37:48 +01:00
parent 4733523b0c
commit a069db5ee5

View File

@ -130,7 +130,7 @@ function lobby(lobbyid){
var intro = [
m("h2",lobdt.name),
m("p",lobdt.topic),
m("p",lobdt.topic ? lobdt.topic: lobdt.location),
m("hr")
]
if (lobdt.subscribed != undefined && !lobdt.subscribed) {