Difference between revisions of "MediaWiki:Common.js"

From Inkscape Wiki
Jump to navigation Jump to search
m
(Blanked the page)
Tag: Blanking
 
Line 1: Line 1:
$('img').each(function( i, l ){
 
if (l.src.slice(-4) == ".gif") {
$(l).data("src", $(this).src);
        $(l).src = undefined;
}
})

Latest revision as of 00:36, 7 September 2020