Change thread on navigation for all QR posts
This commit is contained in:
parent
f1818d0b13
commit
94651ceeea
@ -110,6 +110,8 @@ Navigate =
|
|||||||
if Conf['Quick Reply']
|
if Conf['Quick Reply']
|
||||||
QR.link.textContent = if g.VIEW is 'thread' then 'Reply to Thread' else 'Start a Thread'
|
QR.link.textContent = if g.VIEW is 'thread' then 'Reply to Thread' else 'Start a Thread'
|
||||||
QR.status() # Re-enable the QR in the case of a 404'd thread or something.
|
QR.status() # Re-enable the QR in the case of a 404'd thread or something.
|
||||||
|
for post in QR.posts
|
||||||
|
post.thread = g.THREADID or 'new'
|
||||||
|
|
||||||
g.VIEW = view
|
g.VIEW = view
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user