Wordpress-Blog/plugins/akismet/_inc/akismet-admin.js
Eugene van Aubel 4dafd69f75 Les 01
2024-09-20 09:51:50 +02:00

7 lines
261 B
JavaScript

document.addEventListener( 'DOMContentLoaded', function() {
// Prevent aggressive iframe caching in Firefox
var statsIframe = document.getElementById( 'stats-iframe' );
if ( statsIframe ) {
statsIframe.contentWindow.location.href = statsIframe.src;
}
} );