Remove 'Thread Excerpt'. #904
This commit is contained in:
parent
e833e47181
commit
b474565221
@ -238,7 +238,6 @@ Settings =
|
||||
'Image Auto-Gif': 'Replace GIF'
|
||||
'Reveal Spoilers': 'Reveal Spoiler Thumbnails'
|
||||
'Expand From Current': 'Expand from here'
|
||||
'Post in Title': 'Thread Excerpt'
|
||||
'Current Page': 'Page Count in Stats'
|
||||
'Current Page Position': ''
|
||||
'Alternative captcha': 'Use Recaptcha v1'
|
||||
|
||||
@ -1,10 +0,0 @@
|
||||
ThreadExcerpt =
|
||||
init: ->
|
||||
return if g.BOARD.ID isnt 'f' or g.VIEW isnt 'thread' or !Conf['Thread Excerpt']
|
||||
|
||||
Callbacks.Thread.push
|
||||
name: 'Thread Excerpt'
|
||||
cb: @node
|
||||
node: -> d.title = Get.threadExcerpt @
|
||||
|
||||
return ThreadExcerpt
|
||||
@ -353,10 +353,6 @@ Config =
|
||||
'Scroll back to the last read post when reopening a thread.'
|
||||
1
|
||||
]
|
||||
'Thread Excerpt': [
|
||||
true
|
||||
'Show an excerpt of the thread in the tab title for threads in /f/.'
|
||||
]
|
||||
'Remove Thread Excerpt': [
|
||||
false
|
||||
'Replace the excerpt of the thread in the tab title with the board title.'
|
||||
|
||||
@ -485,7 +485,6 @@ Main =
|
||||
['WEBM Metadata', Metadata]
|
||||
['Comment Expansion', ExpandComment]
|
||||
['Thread Expansion', ExpandThread]
|
||||
['Thread Excerpt', ThreadExcerpt]
|
||||
['Favicon', Favicon]
|
||||
['Unread', Unread]
|
||||
['Quote Threading', QuoteThreading]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user