Fix 4chan imgur thumbnail conflict in stable version. #363
This commit is contained in:
parent
9556c493db
commit
f9f11b6805
@ -166,6 +166,7 @@ class Post
|
|||||||
return unless (fileEl = $ '.file', @nodes.post) and not $('.fileDeletedRes', fileEl)
|
return unless (fileEl = $ '.file', @nodes.post) and not $('.fileDeletedRes', fileEl)
|
||||||
fileText = fileEl.firstElementChild
|
fileText = fileEl.firstElementChild
|
||||||
link = $ 'a', fileText
|
link = $ 'a', fileText
|
||||||
|
return unless link.nextSibling
|
||||||
info = link.nextSibling.textContent
|
info = link.nextSibling.textContent
|
||||||
@file =
|
@file =
|
||||||
text: fileText
|
text: fileText
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user