The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

!function(){"use strict";var e=5,r=0,t=function(){if(r)return $("#form").submit()},i=function(){var t=$("#timer").html();if(t)return r=1,0<e&&e--,t=t.replace(/\d+/,e),$("#timer").html(t),setTimeout(i,1e3)};$(document).ready(function(){return setTimeout(t,3e4),setTimeout(i,1e3),$("#refuse").on("click",function(){return $("#confirm").attr("value",$(this).attr("val"))})})}();