mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04:00
webui: chat: display peer location
This commit is contained in:
parent
4733523b0c
commit
a069db5ee5
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ function lobby(lobbyid){
|
||||||
|
|
||||||
var intro = [
|
var intro = [
|
||||||
m("h2",lobdt.name),
|
m("h2",lobdt.name),
|
||||||
m("p",lobdt.topic),
|
m("p",lobdt.topic ? lobdt.topic: lobdt.location),
|
||||||
m("hr")
|
m("hr")
|
||||||
]
|
]
|
||||||
if (lobdt.subscribed != undefined && !lobdt.subscribed) {
|
if (lobdt.subscribed != undefined && !lobdt.subscribed) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue