parent
67d22a15e9
commit
1d6941c862
@ -56,6 +56,12 @@ ReplyPruning =
|
|||||||
node: ->
|
node: ->
|
||||||
ReplyPruning.thread = @
|
ReplyPruning.thread = @
|
||||||
|
|
||||||
|
if @isSticky
|
||||||
|
ReplyPruning.active = ReplyPruning.inputs.enabled.checked = true
|
||||||
|
if QuoteThreading.input
|
||||||
|
# Disable Quote Threading for this thread but don't save the setting.
|
||||||
|
Conf['Thread Quotes'] = QuoteThreading.input.checked = false
|
||||||
|
|
||||||
@posts.forEach (post) ->
|
@posts.forEach (post) ->
|
||||||
if post.isReply
|
if post.isReply
|
||||||
ReplyPruning.total++
|
ReplyPruning.total++
|
||||||
|
|||||||
@ -407,11 +407,11 @@ Config =
|
|||||||
]
|
]
|
||||||
'Reply Pruning': [
|
'Reply Pruning': [
|
||||||
true
|
true
|
||||||
'Hide old replies in long threads. Number of replies shown can be set from header menu.'
|
'Add option in header menu to hide old replies in long threads. Activated by default in stickies.'
|
||||||
]
|
]
|
||||||
'Prune by Default': [
|
'Prune by Default': [
|
||||||
false
|
false
|
||||||
'Turn Reply Pruning on by default in all threads, except when navigating to a post that would be hidden.'
|
'Activate Reply Pruning by default in all threads.'
|
||||||
1
|
1
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user