accordion show styling..

This commit is contained in:
Cüneyt Şentürk 2021-06-27 15:25:04 +03:00
parent 72e664ad0d
commit 584c23834b

View File

@ -48,6 +48,9 @@
document.getElementById(hash_split[1]).scrollIntoView({
behavior: 'smooth'
});
document.getElementById('collapse-' + hash_split[1]).classList.add('show');
document.getElementById('heading-' + hash_split[1]).ariaExpanded = 'true';
}
</script>
@endpush