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