This commit is contained in:
Roman Pyrih
2026-02-10 08:32:18 +01:00
parent bcb017cde9
commit d321677068
4 changed files with 20 additions and 4 deletions

View File

@@ -953,5 +953,11 @@
setVoivodeshipSelectById(9);
}
$('body').on('click', '.box-6 .tiles .tile .tile-head', function(e) {
e.preventDefault();
$(this).toggleClass('active')
$(this).next().slideToggle()
});
});
</script>