HEX
Server: Apache/2.4.65 (Debian)
System: Linux localhost 6.9.12 #1 SMP Tue May 5 14:23:20 UTC 2026 x86_64
User: www-data (33)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/coblocks/dist/js/coblocks-checkbox-required.js
document.addEventListener("DOMContentLoaded",(function(){document.querySelectorAll(".coblocks-form form").forEach((e=>{const c=e.getElementsByClassName("required-error")[0];e.querySelectorAll(".coblocks-field.checkbox.required").length&&(e.addEventListener("submit",(o=>{if(0===e.querySelectorAll('.coblocks-field.checkbox.required input[type="checkbox"]:checked').length)return c.style.display="block",void o.preventDefault();c.style.display="none"})),e.querySelectorAll('.coblocks-field.checkbox.required input[type="checkbox"]').forEach((e=>{e.addEventListener("change",(()=>{c.style.display="none"}))})))}))}));