Skip to content

Commit

Permalink
Merge pull request #521 from WWWPiramalFinanceCOM/feature/comp-creati…
Browse files Browse the repository at this point in the history
…on-new

Feature/comp creation new
  • Loading branch information
nky11 authored Oct 4, 2024
2 parents aff2c2d + 3621b03 commit 0caaffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/accordion-group/accordion-group.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function openFunctionFAQ(block) {
if (this.classList.contains('active')) {
setTimeout(() => {
this.closest("details").removeAttribute("open");
}, 1000);
});
this.classList.remove("active");
} else {
titles.forEach(function (title) {

Check warning on line 54 in blocks/accordion-group/accordion-group.js

View workflow job for this annotation

GitHub Actions / build

Unexpected unnamed function

Check warning on line 54 in blocks/accordion-group/accordion-group.js

View workflow job for this annotation

GitHub Actions / build

Unexpected unnamed function
Expand Down

0 comments on commit 0caaffb

Please sign in to comment.