accordion show styling..
This commit is contained in:
@ -48,6 +48,9 @@
|
|||||||
document.getElementById(hash_split[1]).scrollIntoView({
|
document.getElementById(hash_split[1]).scrollIntoView({
|
||||||
behavior: 'smooth'
|
behavior: 'smooth'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
document.getElementById('collapse-' + hash_split[1]).classList.add('show');
|
||||||
|
document.getElementById('heading-' + hash_split[1]).ariaExpanded = 'true';
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@endpush
|
@endpush
|
||||||
|
Reference in New Issue
Block a user