Difference between revisions of "MediaWiki:Common.js"

From Inkscape Wiki
Jump to navigation Jump to search
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
(Blanked the page)
Tag: Blanking
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
$('img').each(function( i, l ){
 
if (l.src.slice(-4) == ".gif") {
$(this).data("src", $(this).src);
        $(this).src = undefined;
}
})

Latest revision as of 00:36, 7 September 2020