diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index acc79a1c7..35caf4608 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -55,6 +55,8 @@ QR = QR.hide() if Conf['Auto-Hide QR'] or g.VIEW is 'catalog' or g.VIEW is 'index' and Conf['Index Mode'] is 'catalog' node: -> + if QR.db.get {boardID: @board.ID, threadID: @thread.ID, postID: @ID} + $.addClass @nodes.root, 'your-post' $.on $('a[title="Quote this post"]', @nodes.info), 'click', QR.quote open: ->