HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/MDalebout/clupconsultants.nl/wwwroot/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();
	}
);