We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac73235 + 99eed22 commit cc456bcCopy full SHA for cc456bc
src/html/template.html
@@ -251,7 +251,9 @@ <h4>
251
if(field && document.getElementById(`${peripheral}-${register}-fields`)) {
252
document.getElementById(`${peripheral}-${register}-fields`).open = true
253
}
254
- window.location.hash = window.location.hash
+ if (window.location.hash) {
255
+ window.location.hash = window.location.hash
256
+ }
257
258
window.addEventListener("hashchange", locationHashChanged)
259
locationHashChanged()
0 commit comments