Closed dvz closed 6 years ago
event.preventDefault() at https://github.com/mybb/mybb-website-theme/blob/07519f8/assets/js/script.js#L26 prevents the fragment identifier (# anchors) from being updated in the URL (and breaks the CSS :target pseudo-class).
event.preventDefault()
#
:target
event.preventDefault()
at https://github.com/mybb/mybb-website-theme/blob/07519f8/assets/js/script.js#L26 prevents the fragment identifier (#
anchors) from being updated in the URL (and breaks the CSS:target
pseudo-class).