You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use html5 details element instead of javascript (#2531)
* use html5 details element instead of javascript
Reduces reliance on JS for content. I found when the JS didn't full load (flaky connection), I couldn't open these detail blocks.
* fix: remove the unused click handler
---------
Co-authored-by: Franck Nijhof <[email protected]>
0 commit comments