Close #1416
This commit is contained in:
parent
6408818eef
commit
3887e184b8
@ -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'
|
QR.hide() if Conf['Auto-Hide QR'] or g.VIEW is 'catalog' or g.VIEW is 'index' and Conf['Index Mode'] is 'catalog'
|
||||||
|
|
||||||
node: ->
|
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
|
$.on $('a[title="Quote this post"]', @nodes.info), 'click', QR.quote
|
||||||
|
|
||||||
open: ->
|
open: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user