HEX
Server: Apache
System: Linux hz.vslconceptsdomains.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: dkfounda (3233)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dkfounda/public_html/wp-content/plugins/cookieadmin/assets/js/footer.js
function cookieadmin_dotweet(ele){
	window.open(jQuery("#"+ele.id).attr("action")+"?"+jQuery("#"+ele.id).serialize(), "_blank", "scrollbars=no, menubar=no, height=400, width=500, resizable=yes, toolbar=no, status=no");
	return false;
}

document.addEventListener("DOMContentLoaded", function() {
	if(!cookieadmin_is_pro){
		jQuery("[cookieadmin-pro-only]").each(function(index) {
			jQuery(this).find( "input, textarea, select" ).attr("disabled", true);
			jQuery(this).find( "input.cookieadmin-color-input" ).css("margin-left", "0px");
		});
	}
});