Files
__inwestprofil.pagedev.pl/wp-content/plugins/akismet/_inc/akismet-admin.js
Roman Pyrih 296b13244b first commit
2025-07-11 12:34:24 +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;
}
} );