HEX
Server: Apache
System: Linux BC-WP-PSVR01.bindcloud.jp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: apache (48)
PHP: 8.3.8
Disabled: phpinfo, proc_open, shell_exec, exec, system, dl, passthru, putenv, chown, chgrp, chmod, popen, pclose, pfsockopen, ssh2_connect, ssh2_tunnel, virtual
Upload Files
File: /d/premium/planet/inosan/wlwp2/wp-content/plugins/akismet/_inc/akismet-admin.js
jQuery( function ( $ ) {
	$( document ).ready(function() {		
		// Main settings form - enable submit button when something in the form is changed
		var submitButton = $( '#akismet-settings-form #submit' );

		submitButton.prop( 'disabled', true );
		
		$( '#akismet-settings-form input' ).change( function() {
			submitButton.prop( 'disabled', false );
		} );
		
		$( '#akismet-settings-form input[type="text"]' ).keyup( function() {
			submitButton.prop( 'disabled', false );
		} );

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