fix label on button to open QR
This commit is contained in:
parent
a579540681
commit
0303c0ff53
@ -118,7 +118,7 @@ Navigate =
|
|||||||
$.rm origFormThread if origFormThread
|
$.rm origFormThread if origFormThread
|
||||||
|
|
||||||
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 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
|
for post in QR.posts
|
||||||
post.thread = g.THREADID or 'new'
|
post.thread = g.THREADID or 'new'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user