Remove 'Thread Excerpt'. #904

This commit is contained in:
ccd0 2016-06-17 23:15:41 -07:00
parent e833e47181
commit b474565221
4 changed files with 0 additions and 16 deletions

View File

@ -238,7 +238,6 @@ Settings =
'Image Auto-Gif': 'Replace GIF' 'Image Auto-Gif': 'Replace GIF'
'Reveal Spoilers': 'Reveal Spoiler Thumbnails' 'Reveal Spoilers': 'Reveal Spoiler Thumbnails'
'Expand From Current': 'Expand from here' 'Expand From Current': 'Expand from here'
'Post in Title': 'Thread Excerpt'
'Current Page': 'Page Count in Stats' 'Current Page': 'Page Count in Stats'
'Current Page Position': '' 'Current Page Position': ''
'Alternative captcha': 'Use Recaptcha v1' 'Alternative captcha': 'Use Recaptcha v1'

View File

@ -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

View File

@ -353,10 +353,6 @@ Config =
'Scroll back to the last read post when reopening a thread.' 'Scroll back to the last read post when reopening a thread.'
1 1
] ]
'Thread Excerpt': [
true
'Show an excerpt of the thread in the tab title for threads in /f/.'
]
'Remove Thread Excerpt': [ 'Remove Thread Excerpt': [
false false
'Replace the excerpt of the thread in the tab title with the board title.' 'Replace the excerpt of the thread in the tab title with the board title.'

View File

@ -485,7 +485,6 @@ Main =
['WEBM Metadata', Metadata] ['WEBM Metadata', Metadata]
['Comment Expansion', ExpandComment] ['Comment Expansion', ExpandComment]
['Thread Expansion', ExpandThread] ['Thread Expansion', ExpandThread]
['Thread Excerpt', ThreadExcerpt]
['Favicon', Favicon] ['Favicon', Favicon]
['Unread', Unread] ['Unread', Unread]
['Quote Threading', QuoteThreading] ['Quote Threading', QuoteThreading]