Compare commits

..

1 Commits

Author SHA1 Message Date
blankie 54cb681972
Hide slideshows 2023-11-06 20:20:00 +11:00
1 changed files with 1 additions and 0 deletions

View File

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