Fix #239.
This commit is contained in:
parent
34402bb3d4
commit
1b7efd8ec3
@ -2638,7 +2638,7 @@ imgGif =
|
|||||||
node: (root) ->
|
node: (root) ->
|
||||||
return if root.hidden or !thumb = $ 'img[md5]', root
|
return if root.hidden or !thumb = $ 'img[md5]', root
|
||||||
src = thumb.parentNode.href
|
src = thumb.parentNode.href
|
||||||
if /gif$/.test src
|
if /gif$/.test src and !/^Spoiler/.test thumb.alt
|
||||||
thumb.src = src
|
thumb.src = src
|
||||||
|
|
||||||
imgExpand =
|
imgExpand =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user