This commit is contained in:
Nicolas Stepien 2012-02-18 21:01:57 +01:00
parent 34402bb3d4
commit 1b7efd8ec3

View File

@ -2638,7 +2638,7 @@ imgGif =
node: (root) ->
return if root.hidden or !thumb = $ 'img[md5]', root
src = thumb.parentNode.href
if /gif$/.test src
if /gif$/.test src and !/^Spoiler/.test thumb.alt
thumb.src = src
imgExpand =