This commit is contained in:
cutls 2020-01-29 23:09:02 +09:00
parent 9a1f7311a6
commit b821724e59

View File

@ -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>`