Fix #1184.
This commit is contained in:
parent
39aa9d3cb5
commit
a501bd70af
@ -1079,7 +1079,11 @@ QR =
|
|||||||
"/#{g.BOARD}/res/#{threadID}"
|
"/#{g.BOARD}/res/#{threadID}"
|
||||||
else if g.VIEW is 'index' and !QR.cooldown.auto and Conf['Open Post in New Tab'] # replying from the index
|
else if g.VIEW is 'index' and !QR.cooldown.auto and Conf['Open Post in New Tab'] # replying from the index
|
||||||
"/#{g.BOARD}/res/#{threadID}#p#{postID}"
|
"/#{g.BOARD}/res/#{threadID}#p#{postID}"
|
||||||
(if Conf['Open Post in New Tab'] then $.open else location.assign) URL if URL
|
if URL
|
||||||
|
if Conf['Open Post in New Tab']
|
||||||
|
$.open URL
|
||||||
|
else
|
||||||
|
window.location = URL
|
||||||
|
|
||||||
QR.status()
|
QR.status()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user