<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">$(document).ready(function(){Modernizr.inlinesvg||$("img[src$='.svg']").each(function(){var r=$(this);r.attr("src",r.attr("src").replace(/\.svg$/,".png"))}),$("img[src$='.svg']").each(function(){$(this).error(function(){var r=$(this);r.attr("src",r.attr("src").replace(/\.svg$/,".png")).addClass("svg-error"),r.unbind("error")})})});</pre></body></html>