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:
ccd0 2014-12-14 23:39:36 -08:00
parent d22a2dcf28
commit ce7f360951
2 changed files with 2 additions and 1 deletions

View File

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

View File

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