From f41a40c1ad564beee56f6d53857bd70eb7eb2c61 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Sun, 4 Aug 2013 19:47:07 -0700 Subject: [PATCH] Forgot to add links to the post datatype --- builds/4chan-X.user.js | 1 + builds/crx/script.js | 1 + src/General/lib/post.class | 1 + 3 files changed, 3 insertions(+) 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'