Skip to content

Commit

Permalink
🐛 [#1809] Fix CTA button on product page
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Oct 16, 2023
1 parent fcd9182 commit 608979b
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 608979b

Please sign in to comment.