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/ |
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; } }); } );