From 94651ceeea8e00b6683ec67ef81b25aff2afd14b Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 11 May 2014 20:35:35 -0700 Subject: [PATCH] Change thread on navigation for all QR posts --- src/General/Navigate.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/General/Navigate.coffee b/src/General/Navigate.coffee index bf02ac164..5a6149f19 100644 --- a/src/General/Navigate.coffee +++ b/src/General/Navigate.coffee @@ -110,6 +110,8 @@ Navigate = if Conf['Quick Reply'] 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. + for post in QR.posts + post.thread = g.THREADID or 'new' g.VIEW = view