Compare commits

..

1 Commits

Author SHA1 Message Date
blankie ba08b2bfac
Hide slideshows 2023-11-06 20:31:52 +11:00
1 changed files with 1 additions and 4 deletions

View File

@ -66,9 +66,6 @@ function setCurrentTab(tabber, tab, content) {
tab.classList.add("wds-is-current");
content.classList.add("wds-is-current");
if (tab.dataset.hash) {
let fragment = "#" + tab.dataset.hash;
if (location.hash !== fragment) {
history.pushState(null, "", fragment);
}
location.hash = "#" + tab.dataset.hash;
}
}