Files
kontrans.cmspro.it/wp-content/plugins/akismet/_inc/akismet-admin.js
2024-12-23 22:14:28 +01: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;
}
} );