forked from cadence/breezewiki
Compare commits
2 commits
54cb681972
...
ba08b2bfac
Author | SHA1 | Date | |
---|---|---|---|
ba08b2bfac | |||
dcb8a8a590 |
1 changed files with 0 additions and 1 deletions
|
@ -67,6 +67,5 @@ function setCurrentTab(tabber, tab, content) {
|
||||||
content.classList.add("wds-is-current");
|
content.classList.add("wds-is-current");
|
||||||
if (tab.dataset.hash) {
|
if (tab.dataset.hash) {
|
||||||
location.hash = "#" + tab.dataset.hash;
|
location.hash = "#" + tab.dataset.hash;
|
||||||
history.pushState(null, "", "#" + tab.dataset.hash);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue