PHP Classes

File: wordpress/wp-content/plugins/akismet/_inc/akismet-admin.js

Recommend this page to a friend!
  Classes of Faris AL-Otabi   WordPress Docker Swarm   wordpress/wp-content/plugins/akismet/_inc/akismet-admin.js   Download  
File: wordpress/wp-content/plugins/akismet/_inc/akismet-admin.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WordPress Docker Swarm
Deploy WordPress to multiple containers
Author: By
Last change:
Date: 27 days ago
Size: 261 bytes
 

Contents

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