Reviewed-on: #2
@ -81,6 +81,8 @@
function notActive(el) {
if(el.classList.contains('active')) return el.classList.remove('active');
}
setTimeout(() => {
document.getElementById("button-akgul").click();
},3000);
</script>
{{ end }}