Revert "Replying to one thread from another should open it in a new tab."

This reverts commit e833e47181a8adce145b1fbd87409d72a2905c48.
This commit is contained in:
ccd0 2016-07-06 01:33:16 -07:00
parent 1d398571ea
commit 1179c12377

View File

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