Word / wp-content /plugins /akismet /_inc /akismet-admin.js
AZILS's picture
Upload 2998 files
51345ad verified
raw
history blame contribute delete
261 Bytes
document.addEventListener( 'DOMContentLoaded', function() {
// Prevent aggressive iframe caching in Firefox
var statsIframe = document.getElementById( 'stats-iframe' );
if ( statsIframe ) {
statsIframe.contentWindow.location.href = statsIframe.src;
}
} );