()
| 89 | } |
| 90 | |
| 91 | function gotoCurrentTarget() { |
| 92 | showHashTarget(location.hash.substring(1)); |
| 93 | scrollIntoView(location.hash.substring(1)); |
| 94 | } |
| 95 | |
| 96 | window.addEventListener('hashchange', gotoCurrentTarget); |
| 97 | gotoCurrentTarget(); |
no test coverage detected