Use thread ID as final fallback for excerpt instead of name block.

This commit is contained in:
ccd0 2016-10-09 13:33:21 -07:00
parent 25c30120b2
commit 313ec30cd8

View File

@ -5,7 +5,7 @@ Get =
OP.info.subject?.trim() or
OP.info.commentDisplay.replace(/\n+/g, ' // ') or
OP.file?.name or
OP.info.nameBlock)
"No.#{OP}")
return "#{excerpt[...70]}..." if excerpt.length > 73
excerpt
threadFromRoot: (root) ->