Remove 'Remove Thread Excerpt'. #904
This commit is contained in:
parent
b474565221
commit
66bc4927a4
@ -16,9 +16,6 @@ Banner =
|
|||||||
banner = $ ".boardBanner"
|
banner = $ ".boardBanner"
|
||||||
{children} = banner
|
{children} = banner
|
||||||
|
|
||||||
if g.BOARD.ID isnt 'f' and g.VIEW is 'thread' and Conf['Remove Thread Excerpt']
|
|
||||||
Banner.setTitle children[1].textContent
|
|
||||||
|
|
||||||
children[0].title = "Click to change"
|
children[0].title = "Click to change"
|
||||||
$.on children[0], 'click', Banner.cb.toggle
|
$.on children[0], 'click', Banner.cb.toggle
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
]
|
]
|
||||||
'Remove Thread Excerpt': [
|
|
||||||
false
|
|
||||||
'Replace the excerpt of the thread in the tab title with the board title.'
|
|
||||||
]
|
|
||||||
'Thread Stats': [
|
'Thread Stats': [
|
||||||
true
|
true
|
||||||
'Display reply and image count.'
|
'Display reply and image count.'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user