We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef52b5d commit 7a5d9baCopy full SHA for 7a5d9ba
index.html
@@ -18,7 +18,6 @@ <h1>WICG/nav-speculation</h1>
18
<script>
19
// Redirect for convenience.
20
if (location.hash.length >= 2) {
21
- location.replace('prerendering.html' + location.hash);
22
- }
+ location.replace('prerendering.html' + location.hash);
23
}
24
</script>
0 commit comments