askar-website/assets/wordpress/wp-content/plugins/akismet/_inc/akismet-admin.js

7 lines
261 B
JavaScript
Raw Normal View History

2024-07-17 22:49:32 +02:00
document.addEventListener( 'DOMContentLoaded', function() {
// Prevent aggressive iframe caching in Firefox
var statsIframe = document.getElementById( 'stats-iframe' );
if ( statsIframe ) {
statsIframe.contentWindow.location.href = statsIframe.src;
}
} );