diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-11-23 23:32:19 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-11-23 23:33:40 -0500 |
| commit | e023c074b8d4ad10dff208401975b317b3d5f402 (patch) | |
| tree | 78264dbf9532c50bde6d3fb819a5d309cee8829e /static/install/cli.html | |
| parent | 8ea9b396c47c46eaab08f74605ff09be29da8ed9 (diff) | |
fix uses of redirect.js not using the new syntax
Diffstat (limited to 'static/install/cli.html')
| -rw-r--r-- | static/install/cli.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index 87e339ca..17f026b9 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -27,7 +27,7 @@ {{css|/main.css}} <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> - <script type="module" src="/js/redirect.js"></script> + {{js|/js/redirect.js}} </head> <body> <header> |
