diff --git a/src/Posting/QR.oekaki.coffee b/src/Posting/QR.oekaki.coffee index e1d4f6a4d..df476febc 100644 --- a/src/Posting/QR.oekaki.coffee +++ b/src/Posting/QR.oekaki.coffee @@ -1,7 +1,7 @@ QR.oekaki = menu: init: -> - return unless Conf['Quick Reply'] and Conf['Edit Link'] + return unless g.VIEW in ['index', 'thread'] and Conf['Menu'] and Conf['Edit Link'] and Conf['Quick Reply'] a = $.el 'a', className: 'edit-link'