diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-04-01 15:08:45 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-04-01 15:08:45 -0400 |
| commit | 1dc398e4b925eca008a78d013460f1794fe3c30c (patch) | |
| tree | b51d00ca5485ac4ed22493ae3c600364b862def4 | |
| parent | eb35b4ba62f990b179c8cab9c76c49eb45130e90 (diff) | |
clarify comment for redirect.js
| -rw-r--r-- | static/js/redirect.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/redirect.js b/static/js/redirect.js index eb6f3a07..aa72f62c 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -2,8 +2,8 @@ // Client-side redirects for fragments (anchors) // -// It should be possible to do this with server-side redirects, but it was never implemented or -// standardized. For reference: +// It should be possible to do this with either HTML or server-side redirects, but it was never +// implemented or standardized. For reference: // // https://www.w3.org/People/Bos/redirect // https://www.w3.org/Protocols/HTTP/Fragment/draft-bos-http-redirect-00.txt |
