diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index d82d9b6d6..04d7f5e66 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -904,6 +904,7 @@ post: post, info: info, comment: $('.postMessage', post), + links: [], quotelinks: [], backlinks: info.getElementsByClassName('backlink') }; diff --git a/builds/crx/script.js b/builds/crx/script.js index fbb0c45b9..4f2213b40 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -915,6 +915,7 @@ post: post, info: info, comment: $('.postMessage', post), + links: [], quotelinks: [], backlinks: info.getElementsByClassName('backlink') }; diff --git a/src/General/lib/post.class b/src/General/lib/post.class index 57fdddcf2..2b5c26aa4 100644 --- a/src/General/lib/post.class +++ b/src/General/lib/post.class @@ -13,6 +13,7 @@ class Post post: post info: info comment: $ '.postMessage', post + links: [] quotelinks: [] backlinks: info.getElementsByClassName 'backlink'