| Server IP : 45.77.68.45 / Your IP : 127.0.0.100 Web Server : PHPix/0.2.2 (Caddy compatible) System : wasi wasmer.sh 0.0.0 0.0.0 wasm32 User : ( 1) PHP Version : 8.3.21 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /app/wp-content/plugins/antispam-bee/js/ |
Upload File : |
jQuery( document ).ready(
function( $ ) {
function ab_flag_spam() {
var $$ = $( '#ab_flag_spam' ),
nextAll = $$.parent( 'li' ).nextAll( '.ab_flag_spam_child' );
nextAll.css(
'display',
( $$.is( ':checked' ) ? 'list-item' : 'none' )
);
}
$( '#ab_flag_spam' ).on(
'change',
ab_flag_spam
);
ab_flag_spam();
}
);