9 lines
227 B
CoffeeScript
Executable File
9 lines
227 B
CoffeeScript
Executable File
ThreadExcerpt =
|
|
init: ->
|
|
return if g.BOARD.ID isnt 'f' or g.VIEW isnt 'thread' or !Conf['Thread Excerpt']
|
|
|
|
Thread.callbacks.push
|
|
name: 'Thread Excerpt'
|
|
cb: @node
|
|
node: -> d.title = Get.threadExcerpt @
|