From 99bb9d667b871a6451476010558bd1315e281d0b Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 31 Mar 2018 21:46:07 -0700 Subject: [PATCH] Show 2018 Apr 01 team names in thread updates and other posts generated from JSON. --- src/General/Build.coffee | 1 + src/General/Build/PostInfo.html | 1 + 2 files changed, 2 insertions(+) diff --git a/src/General/Build.coffee b/src/General/Build.coffee index 0467cde62..24cd916b5 100644 --- a/src/General/Build.coffee +++ b/src/General/Build.coffee @@ -44,6 +44,7 @@ Build = isArchived: !!data.archived # file status fileDeleted: !!data.filedeleted + xa18: data.xa18 o.info = subject: Build.unescape data.sub email: Build.unescape data.email diff --git a/src/General/Build/PostInfo.html b/src/General/Build/PostInfo.html index 9133a5e43..8a9823ad5 100644 --- a/src/General/Build/PostInfo.html +++ b/src/General/Build/PostInfo.html @@ -7,6 +7,7 @@ ?{tripcode}{ ${tripcode}} ?{pass}{ } ?{capcode}{ ## ${capcode}} + ?{!capcode && typeof o.xa18 !== "undefined"}{ } ?{email}{} ?{boardID === "f" && !o.isReply || capcodeDescription}{}{ } ?{capcodeDescription}{ ${capcode} Icon}