From 0303c0ff534eb2011d218b636452db4ede6f7060 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 15 May 2014 18:13:40 -0700 Subject: [PATCH] fix label on button to open QR --- src/General/Navigate.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Navigate.coffee b/src/General/Navigate.coffee index 268e0f029..30bf1d16c 100644 --- a/src/General/Navigate.coffee +++ b/src/General/Navigate.coffee @@ -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'