wp-productzilla/wp-content/plugins/akismet/_inc/akismet-admin.js
rizal.productzilla b8ae357805 cloning program
2024-04-01 13:15:25 +07:00

7 lines
261 B
JavaScript
Executable File

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