From ce7f3609513fdbd6d0e724ab24242336aa60cf09 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 14 Dec 2014 23:39:36 -0800 Subject: [PATCH] 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. --- src/General/Config.coffee | 2 +- src/Posting/QR.coffee | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/General/Config.coffee b/src/General/Config.coffee index e5f490c7b..7afb8a434 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -353,7 +353,7 @@ Config = ] 'Show New Thread Option in Threads': [ 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': [ false diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index cb0b105b0..7c9040bf7 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -94,6 +94,7 @@ QR = node: -> $.on @nodes.quote, 'click', QR.quote + QR.generatePostableThreadsList() if @isFetchedQuote open: -> if QR.nodes