Save
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user