Use thread ID as final fallback for excerpt instead of name block.
This commit is contained in:
parent
25c30120b2
commit
313ec30cd8
@ -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) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user