Compare commits

..

1 commit

Author SHA1 Message Date
54cb681972
Hide slideshows 2023-11-06 20:20:00 +11:00

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);
}
}