CSS-Tricks / conferences

A public list of upcoming conferences https://conferences.css-tricks.com/
MIT License
238 stars 158 forks source link

filter special chars from slugs for email flyout #278

Closed adotland closed 3 years ago

adotland commented 3 years ago

slug is used as id in dom, leading to css selector syntax errors. use slug filter here to avoid.

ex: Uncaught DOMException: Failed to execute 'querySelector' on 'Document': '#reminder-2021-javaScript-&-friends-conference' is not a valid selector.

Screenshot 2021-08-18 010138

Screenshot 2021-08-18 010153

Screenshot 2021-08-18 010205

netlify[bot] commented 3 years ago

👷 Deploy request for eager-hypatia-82cfde accepted.

🔨 Explore the source changes: f4f14df3f17ff9c6cf3877906103dc80a0403afd

🔍 Inspect the deploy log: https://app.netlify.com/sites/eager-hypatia-82cfde/deploys/611cbf1ff65e9b00075e73c5

chriscoyier commented 3 years ago

sweet thank you!