Fix #1514.
This commit is contained in:
parent
d1a305a888
commit
2e70268ec2
@ -30,5 +30,5 @@ Menu =
|
||||
clone
|
||||
|
||||
toggle: (e) ->
|
||||
fullID = $.x('ancestor::*[@data-full-i-d]', @).dataset.fullID
|
||||
fullID = $.x('ancestor::*[@data-full-i-d][1]', @).dataset.fullID
|
||||
Menu.menu.toggle e, @, g.posts[fullID]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user