Your IP : 216.73.216.168


Current Path : /home/icmq6107/public_html/wp-content/plugins/akismet/_inc/
Upload File :
Current File : /home/icmq6107/public_html/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;
		}
	});	 
} );