fix
This commit is contained in:
parent
9a1f7311a6
commit
b821724e59
|
@ -69,7 +69,7 @@ function announParse(obj, acct_id, tlid) {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (toot.ends_at) {
|
if (toot.ends_at) {
|
||||||
var ended = `<div class="announReaction" title="${date(poll.expires_at, 'absolute')}" style="width: auto; cursor: default;">
|
var ended = `<div class="announReaction" title="${date(toot.ends_at, 'absolute')}" style="width: auto; cursor: default;">
|
||||||
<i class="fas fa-arrow-right"></i>
|
<i class="fas fa-arrow-right"></i>
|
||||||
${date(toot.ends_at, datetype)}
|
${date(toot.ends_at, datetype)}
|
||||||
</div>`
|
</div>`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user