Сообщение от Igorsrt
|
вот так заработало
|
тогда вот так и в самый верх
var hash = location.hash.substr(1);
history.replaceState(null, null, window.location.href.replace(/#.*$/, ''));
document.addEventListener('DOMContentLoaded', function () {
hash && document.getElementById(hash).classList.add('w-current')
})