$(document).ready(function(){$(".disabled").on("click",function(e){e.preventDefault()});$(".accept-all-cookies-btn").click(function(){var form=$(this).closest("form");$(form).find(".cookie-consent").each(function(){$(this).prop("checked",true)});$(form).submit()})});
