This commit is contained in:
Mayhem 2014-02-02 17:45:29 +01:00
parent 6408818eef
commit 3887e184b8

View File

@ -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: ->