Add threads to the QR thread selector when you view a quoted post from one of them.
An accidental feature that I'm making work consistently.
This commit is contained in:
parent
d22a2dcf28
commit
ce7f360951
@ -353,7 +353,7 @@ Config =
|
|||||||
]
|
]
|
||||||
'Show New Thread Option in Threads': [
|
'Show New Thread Option in Threads': [
|
||||||
false
|
false
|
||||||
'Show the option to post a new thread from inside a thread.'
|
'Show the option to post a new / different thread from inside a thread.'
|
||||||
]
|
]
|
||||||
'Show Name and Subject': [
|
'Show Name and Subject': [
|
||||||
false
|
false
|
||||||
|
|||||||
@ -94,6 +94,7 @@ QR =
|
|||||||
|
|
||||||
node: ->
|
node: ->
|
||||||
$.on @nodes.quote, 'click', QR.quote
|
$.on @nodes.quote, 'click', QR.quote
|
||||||
|
QR.generatePostableThreadsList() if @isFetchedQuote
|
||||||
|
|
||||||
open: ->
|
open: ->
|
||||||
if QR.nodes
|
if QR.nodes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user