akismet-admin.js 261 B

1234567
  1. document.addEventListener( 'DOMContentLoaded', function() {
  2. // Prevent aggressive iframe caching in Firefox
  3. var statsIframe = document.getElementById( 'stats-iframe' );
  4. if ( statsIframe ) {
  5. statsIframe.contentWindow.location.href = statsIframe.src;
  6. }
  7. } );