diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-01 06:13:08 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-01 06:15:48 -0400 |
| commit | b23ea7474c6c3d806dc5cc620fdfd13843e5d415 (patch) | |
| tree | 1ba27b60c3e9c7b32e64b6cf80b3f751d532e045 /static/redirect.js | |
| parent | b945ab3cac79b113d976b429b0fffa3c72a49fdf (diff) | |
use ES6 modules for all JavaScript
Diffstat (limited to 'static/redirect.js')
| -rw-r--r-- | static/redirect.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/static/redirect.js b/static/redirect.js index cbc198cc..54c5be82 100644 --- a/static/redirect.js +++ b/static/redirect.js @@ -1,7 +1,5 @@ // @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT -"use strict"; - // Client-side redirects for fragments (anchors) // // It should be possible to do this with server-side redirects, but it was never implemented or |
