HEX
Server: Apache
System: Linux p3plzcpnl434613.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: mediabou (145854)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/mediabou/public_html/woundcarepanama.com/site/wp-content/plugins/antispam-bee/js/scripts.js
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();
	}
);