From f9f11b6805cb124863000da7fdd8e819aad804b5 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 23 Mar 2015 03:44:20 -0700 Subject: [PATCH] Fix 4chan imgur thumbnail conflict in stable version. #363 --- src/General/lib/post.class | 1 + 1 file changed, 1 insertion(+) diff --git a/src/General/lib/post.class b/src/General/lib/post.class index 604eab51a..1afe09336 100755 --- a/src/General/lib/post.class +++ b/src/General/lib/post.class @@ -166,6 +166,7 @@ class Post return unless (fileEl = $ '.file', @nodes.post) and not $('.fileDeletedRes', fileEl) fileText = fileEl.firstElementChild link = $ 'a', fileText + return unless link.nextSibling info = link.nextSibling.textContent @file = text: fileText