Clicking on FAQ does not expand it
SysSn13 opened this issue · 1 comments
SysSn13 commented
Clicking on FAQ does not expand it
Strange-Quark-007 commented
Error in console
(index):4766 Uncaught TypeError: Cannot read properties of undefined (reading 'trim')
at localizeDate ((index):4766:43)
When I run the other function manually in console, the accordions work
The typeError we get is due to fact that there is no .data property and so .trim() fails
Fixed by changing .data to .textContent
Screenshot After fix



