From e833e47181a8adce145b1fbd87409d72a2905c48 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 17 Jun 2016 23:07:11 -0700 Subject: [PATCH] Replying to one thread from another should open it in a new tab. --- src/Posting/QR.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index d0e1a0b21..d14905b59 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -777,7 +777,7 @@ QR = url = if threadID is postID # new thread "#{window.location.origin}/#{g.BOARD}/thread/#{threadID}" - else if g.VIEW is 'index' and lastPostToThread # replying from the index + else if threadID isnt g.THREADID and lastPostToThread # replying from the index or a different thread "#{window.location.origin}/#{g.BOARD}/thread/#{threadID}#p#{postID}" if url