first commit
This commit is contained in:
7
wp-content/plugins/akismet/_inc/akismet-admin.js
Normal file
7
wp-content/plugins/akismet/_inc/akismet-admin.js
Normal file
@@ -0,0 +1,7 @@
|
||||
document.addEventListener( 'DOMContentLoaded', function() {
|
||||
// Prevent aggressive iframe caching in Firefox
|
||||
var statsIframe = document.getElementById( 'stats-iframe' );
|
||||
if ( statsIframe ) {
|
||||
statsIframe.contentWindow.location.href = statsIframe.src;
|
||||
}
|
||||
} );
|
||||
Reference in New Issue
Block a user