Update Post.nodes.backlinks for bottom backlinks.
This commit is contained in:
parent
f63e9befa5
commit
95935afa33
@ -97,9 +97,9 @@ class Post
|
||||
Object.defineProperty nodes, 'backlinks',
|
||||
configurable: true
|
||||
enumerable: true
|
||||
get: -> info.getElementsByClassName 'backlink'
|
||||
get: -> post.getElementsByClassName 'backlink'
|
||||
else
|
||||
nodes.backlinks = info.getElementsByClassName 'backlink'
|
||||
nodes.backlinks = post.getElementsByClassName 'backlink'
|
||||
|
||||
nodes
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user