forked from cadence/breezewiki
Prevent making duplicate history entries
This commit is contained in:
parent
e8923d3f5c
commit
2277c53956
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