Difference between revisions of "MediaWiki:Common.js"
Jump to navigation
Jump to search
Jabiertxof (talk | contribs) |
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 |
||
Line 1: | Line 1: | ||
$('img').each(function( i, l ){ | |||
if (l.src.slice(-4) == ".gif") { | |||
$(this).data("src", $(this).src); | |||
$(this).src = undefined; | |||
} | |||
$( | |||
}) | }) | ||