From ac78d81828df243837be78f65423548237f73228 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 23 Sep 2014 15:24:10 -0700 Subject: [PATCH] QR fixes --- src/Posting/QR.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 782df060d..fbdd2cc4a 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -14,6 +14,7 @@ QR = title: 'Quick Reply' href: 'javascript:;' $.on sc, 'click', -> + return unless QR.postingIsEnabled if Conf['Persistent QR'] or !QR.nodes or QR.nodes.el.hidden QR.open() QR.nodes.com.focus() @@ -190,7 +191,7 @@ QR = return unless QR.nodes {thread} = QR.posts[0] if thread isnt 'new' and g.threads["#{g.BOARD}.#{thread}"].isDead - value = 404 + value = 'Dead' disabled = true QR.cooldown.auto = false