![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/ts.corals.io/corals-api/public/wp/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; } }); } );