diff --git a/src/General/Build.coffee b/src/General/Build.coffee index 03c76100d..d870bdcac 100755 --- a/src/General/Build.coffee +++ b/src/General/Build.coffee @@ -10,8 +10,6 @@ Build = text.replace /&(amp|#039|quot|lt|gt);/g, (c) -> {'&': '&', ''': "'", '"': '"', '<': '<', '>': '>'}[c] shortFilename: (filename, isReply) -> - # FILENAME SHORTENING SCIENCE: - # The file extension is not taken into account. threshold = 30 ext = filename.match(/\.?[^\.]*$/)[0] if filename.length - ext.length > threshold @@ -70,6 +68,7 @@ Build = twidth: data.tn_w isSpoiler: !!data.spoiler isDeleted: false + tag: data.tag Build.post o post: (o, isArchived) -> ### @@ -91,9 +90,12 @@ Build = if isOP h_sideArrows = '' - h_subject = "#{E subject} " else h_sideArrows = "