date -> dateText
This commit is contained in:
parent
08a8069d2a
commit
d0ab95a3fe
@ -40,7 +40,7 @@ Build =
|
|||||||
subject: Build.unescape data.sub
|
subject: Build.unescape data.sub
|
||||||
flagCode: data.country
|
flagCode: data.country
|
||||||
flag: Build.unescape data.country_name
|
flag: Build.unescape data.country_name
|
||||||
date: data.now
|
dateText: data.now
|
||||||
dateUTC: data.time
|
dateUTC: data.time
|
||||||
comment: {innerHTML: data.com or ''}
|
comment: {innerHTML: data.com or ''}
|
||||||
# thread status
|
# thread status
|
||||||
@ -77,7 +77,7 @@ Build =
|
|||||||
###
|
###
|
||||||
{
|
{
|
||||||
postID, threadID, boardID
|
postID, threadID, boardID
|
||||||
name, capcode, capcodeHighlight, tripcode, uniqueID, email, subject, flagCode, flag, date, dateUTC
|
name, capcode, capcodeHighlight, tripcode, uniqueID, email, subject, flagCode, flag, dateText, dateUTC
|
||||||
comment
|
comment
|
||||||
file, fileDeleted
|
file, fileDeleted
|
||||||
} = o
|
} = o
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
?{uniqueID && !capcode}{ <span class="posteruid id_${uniqueID}">(ID: <span class="hand" title="Highlight posts by this ID">${uniqueID}</span>)</span>}
|
?{uniqueID && !capcode}{ <span class="posteruid id_${uniqueID}">(ID: <span class="hand" title="Highlight posts by this ID">${uniqueID}</span>)</span>}
|
||||||
?{flagCode}{ <span title="${flag}" class="flag flag-${flagCode.toLowerCase()}"></span>}
|
?{flagCode}{ <span title="${flag}" class="flag flag-${flagCode.toLowerCase()}"></span>}
|
||||||
</span>
|
</span>
|
||||||
<span class="dateTime" data-utc="${dateUTC}">${date}</span>
|
<span class="dateTime" data-utc="${dateUTC}">${dateText}</span>
|
||||||
<span class="postNum?{!(boardID === "f" && isOP)}{ desktop}">
|
<span class="postNum?{!(boardID === "f" && isOP)}{ desktop}">
|
||||||
<a href="${postLink}" title="Link to this post">No.</a>
|
<a href="${postLink}" title="Link to this post">No.</a>
|
||||||
<a href="${quoteLink}" title="Reply to this post">${postID}</a>
|
<a href="${quoteLink}" title="Reply to this post">${postID}</a>
|
||||||
|
|||||||
@ -142,7 +142,7 @@ class Fetcher
|
|||||||
subject: data.title
|
subject: data.title
|
||||||
flagCode: data.poster_country
|
flagCode: data.poster_country
|
||||||
flag: data.poster_country_name
|
flag: data.poster_country_name
|
||||||
date: data.fourchan_date
|
dateText: data.fourchan_date
|
||||||
dateUTC: data.timestamp
|
dateUTC: data.timestamp
|
||||||
comment: comment
|
comment: comment
|
||||||
# file
|
# file
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user