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

This commit is contained in:
ccd0 2016-07-06 13:16:21 -07:00
parent e152e3b1e9
commit 9d04b8fd9e
2 changed files with 2 additions and 2 deletions

View File

@ -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 and Conf['Open Post in New Tab'] # replying from the index
else if threadID isnt g.THREADID and lastPostToThread and Conf['Open Post in New Tab'] # replying from the index or a different thread
"#{window.location.origin}/#{g.BOARD}/thread/#{threadID}#p#{postID}"
if URL

View File

@ -415,7 +415,7 @@ Config =
]
'Open Post in New Tab': [
true
'Open new threads or replies to a thread from the index in a new tab.'
'Open new threads in a new tab, and open replies in a new tab if you\'re not already in the thread.'
1
]
'Remember QR Size': [