Forgot to add links to the post datatype
This commit is contained in:
parent
2fa674c782
commit
f41a40c1ad
@ -904,6 +904,7 @@
|
|||||||
post: post,
|
post: post,
|
||||||
info: info,
|
info: info,
|
||||||
comment: $('.postMessage', post),
|
comment: $('.postMessage', post),
|
||||||
|
links: [],
|
||||||
quotelinks: [],
|
quotelinks: [],
|
||||||
backlinks: info.getElementsByClassName('backlink')
|
backlinks: info.getElementsByClassName('backlink')
|
||||||
};
|
};
|
||||||
|
|||||||
@ -915,6 +915,7 @@
|
|||||||
post: post,
|
post: post,
|
||||||
info: info,
|
info: info,
|
||||||
comment: $('.postMessage', post),
|
comment: $('.postMessage', post),
|
||||||
|
links: [],
|
||||||
quotelinks: [],
|
quotelinks: [],
|
||||||
backlinks: info.getElementsByClassName('backlink')
|
backlinks: info.getElementsByClassName('backlink')
|
||||||
};
|
};
|
||||||
|
|||||||
@ -13,6 +13,7 @@ class Post
|
|||||||
post: post
|
post: post
|
||||||
info: info
|
info: info
|
||||||
comment: $ '.postMessage', post
|
comment: $ '.postMessage', post
|
||||||
|
links: []
|
||||||
quotelinks: []
|
quotelinks: []
|
||||||
backlinks: info.getElementsByClassName 'backlink'
|
backlinks: info.getElementsByClassName 'backlink'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user