diff --git a/src/General/lib/post.class b/src/General/lib/post.class index 604eab51a..45e2a2c93 100755 --- a/src/General/lib/post.class +++ b/src/General/lib/post.class @@ -163,9 +163,9 @@ class Post @quotes.push fullID unless fullID in @quotes parseFile: -> - return unless (fileEl = $ '.file', @nodes.post) and not $('.fileDeletedRes', fileEl) + return unless fileEl = $ '.file', @nodes.post + return unless link = $ '.fileText > a:first-child', fileEl fileText = fileEl.firstElementChild - link = $ 'a', fileText info = link.nextSibling.textContent @file = text: fileText