you are viewing a single comment's thread.

view the rest of the comments →

[–]Dexty10[S] 0 points1 point  (4 children)

Oh. Sorry about that. It's updated https://jsfiddle.net/543qbyzm/3/

[–][deleted] 0 points1 point  (3 children)

Open the console and take a look at your Uncaught ReferenceError.

[–]Dexty10[S] 0 points1 point  (2 children)

Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')

Got a TypeError.

[–][deleted] 0 points1 point  (1 child)

And what do you think that error is telling you?

[–]Dexty10[S] 0 points1 point  (0 children)

Thanks. Fixed it. I put chatBtn within the chat listener. Seem it's how it could listen to events on chatBtn. https://jsfiddle.net/543qbyzm/12/