Revert "Replying to one thread from another should open it in a new tab."
This reverts commit e833e47181a8adce145b1fbd87409d72a2905c48.
This commit is contained in:
parent
1d398571ea
commit
1179c12377
@ -777,7 +777,7 @@ QR =
|
|||||||
|
|
||||||
url = if threadID is postID # new thread
|
url = if threadID is postID # new thread
|
||||||
"#{window.location.origin}/#{g.BOARD}/thread/#{threadID}"
|
"#{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}"
|
"#{window.location.origin}/#{g.BOARD}/thread/#{threadID}#p#{postID}"
|
||||||
|
|
||||||
if url
|
if url
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user