show if selfie
This commit is contained in:
parent
9cc991c286
commit
802fa79eec
4
main.js
4
main.js
@ -2322,6 +2322,10 @@
|
|||||||
if (point.history_ru) {
|
if (point.history_ru) {
|
||||||
pointCell.append(Tag.span({ classes: "point-info", textContent: "Есть ИС" }))
|
pointCell.append(Tag.span({ classes: "point-info", textContent: "Есть ИС" }))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (point.photo_answer) {
|
||||||
|
pointCell.append(Tag.span({ classes: "point-info", textContent: "Селфи" }))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
addStylesToHead(`
|
addStylesToHead(`
|
||||||
|
Loading…
Reference in New Issue
Block a user