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
Replace inline onclick handlers with addEventListener for CSP compliance (#142)
CSP header 'script-src-attr: none' blocks inline event handlers on
the production site, making range buttons non-functional. Move click
handling to the external JS files using addEventListener on
data-range attributes.
0 commit comments