diff options
| -rw-r--r-- | static/install/cli.html | 2 | ||||
| -rw-r--r-- | static/install/index.html | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/static/install/index.html b/static/install/index.html index 16ec6e03..5c0c3454 100644 --- a/static/install/index.html +++ b/static/install/index.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> |
