From cdb9b5575ea70ce096dd33b550732048c47212fc Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 7 Apr 2013 23:34:22 +0200 Subject: [PATCH] Close #837. --- css/style.css | 5 +++-- src/qr.coffee | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 10cf4c06d..7cb211f83 100644 --- a/css/style.css +++ b/css/style.css @@ -497,8 +497,9 @@ a[href="javascript:;"] { } /* QR */ -.hide-original-post-form #postForm, -.hide-original-post-form .postingMode, +:root.hide-original-post-form #postForm, +:root.hide-original-post-form .postingMode, +:root.hide-original-post-form #togglePostForm, #qr.autohide:not(:hover) > form { display: none; } diff --git a/src/qr.coffee b/src/qr.coffee index 94fff3323..15fc6ca6e 100644 --- a/src/qr.coffee +++ b/src/qr.coffee @@ -1,6 +1,6 @@ QR = init: -> - return if g.VIEW is 'catalog' or !Conf['Quick Reply'] + return if !Conf['Quick Reply'] @db = new DataBoard 'yourPosts'