Skip to content

Commit

Permalink
Merge pull request #813 from maykinmedia/issue/1809-cta-button-broken
Browse files Browse the repository at this point in the history
🐛 [#1809] Fix CTA button on product page
  • Loading branch information
alextreme authored Oct 16, 2023
2 parents fcd9182 + 608979b commit cdb0a41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/open_inwoner/js/components/readmore/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export class ReadMore {
}

toggleReadMore(event) {
event.preventDefault()
setTimeout(() => {
this.node.classList.toggle('readmore--open')
this.button.setAttribute(
Expand Down

0 comments on commit cdb0a41

Please sign in to comment.