Сообщение от Malleys
|
if(location.hash !== "") {
sessionStorage.hash = location.hash;
location.replace(location.pathname);
} else {
if("hash" in sessionStorage) {
document.querySelector(sessionStorage.hash).scroll IntoView();
delete sessionStorage.hash;
}
}
|
ошибка
Cannot read property 'scrollIntoView' of null