From 1179c12377fab7c0d5160ebf166c536abfc34bea Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 6 Jul 2016 01:33:16 -0700 Subject: [PATCH] Revert "Replying to one thread from another should open it in a new tab." This reverts commit e833e47181a8adce145b1fbd87409d72a2905c48. --- 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 d14905b59..d0e1a0b21 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 threadID isnt g.THREADID and lastPostToThread # replying from the index or a different thread + else if g.VIEW is 'index' and lastPostToThread # replying from the index "#{window.location.origin}/#{g.BOARD}/thread/#{threadID}#p#{postID}" if url