fix label on button to open QR

This commit is contained in:
ccd0 2014-05-15 18:13:40 -07:00
parent a579540681
commit 0303c0ff53

View File

@ -118,7 +118,7 @@ Navigate =
$.rm origFormThread if origFormThread
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.
for post in QR.posts
post.thread = g.THREADID or 'new'