diff options
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ </head> <body> <script> - location.replace('docs'); + location.replace('docs' + location.hash); </script> </body> </html>
\ No newline at end of file |