Difference between revisions of "MediaWiki:Common.js"
Jump to navigation
Jump to search
Jabiertxof (talk | contribs) m (Replaced content with "$('img').each(function( i, l ){ if (l.src.slice(-4) == ".gif") { $(this).data("src", $(this).src); $(this).src = undefined; } })") Tag: Replaced |
Jabiertxof (talk | contribs) m |
||
Line 1: | Line 1: | ||
$('img').each(function( i, l ){ | $('img').each(function( i, l ){ | ||
if (l.src.slice(-4) == ".gif") { | if (l.src.slice(-4) == ".gif") { | ||
$( | $(l).data("src", $(this).src); | ||
$( | $(l).src = undefined; | ||
} | } | ||
}) | }) |