Revert "Use our own thread excerpt for /pol/ instead of 4chan's."
This reverts commit f302befec7c392108b1640343bc6ec5a38c8d92f.
This commit is contained in:
parent
40d2985b34
commit
501c0c3c62
@ -318,7 +318,7 @@ Config =
|
|||||||
]
|
]
|
||||||
'Thread Excerpt': [
|
'Thread Excerpt': [
|
||||||
true
|
true
|
||||||
'Show an excerpt of the thread in the tab title if not already present.'
|
'Show an excerpt of the thread in the tab title for threads in /f/.'
|
||||||
]
|
]
|
||||||
'Remove Thread Excerpt': [
|
'Remove Thread Excerpt': [
|
||||||
false
|
false
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
ThreadExcerpt =
|
ThreadExcerpt =
|
||||||
init: ->
|
init: ->
|
||||||
return if (g.BOARD.ID isnt 'f' and g.BOARD.ID isnt 'pol') or g.VIEW isnt 'thread' or !Conf['Thread Excerpt'] or Conf['Remove Thread Excerpt']
|
return if g.BOARD.ID isnt 'f' or g.VIEW isnt 'thread' or !Conf['Thread Excerpt']
|
||||||
|
|
||||||
Thread.callbacks.push
|
Thread.callbacks.push
|
||||||
name: 'Thread Excerpt'
|
name: 'Thread Excerpt'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user