diff options
Diffstat (limited to 'static/install')
| -rw-r--r-- | static/install/cli.html | 2 | ||||
| -rw-r--r-- | static/install/index.html | 1 | ||||
| -rw-r--r-- | static/install/web.html | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index b5a7b5eb..91e083bd 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -26,7 +26,7 @@ <link rel="stylesheet" href="/grapheneos.css?29"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> - <script type="module" src="/js/redirect.js?10"></script> + <script type="module" src="/js/redirect.js?11"></script> </head> <body> <header> diff --git a/static/install/index.html b/static/install/index.html index b2e1cd4b..cbf5b024 100644 --- a/static/install/index.html +++ b/static/install/index.html @@ -26,6 +26,7 @@ <link rel="stylesheet" href="/grapheneos.css?29"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> + <script type="module" src="/js/redirect.js?11"></script> </head> <body> <header> diff --git a/static/install/web.html b/static/install/web.html index c36ecdc3..72a5b239 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -26,7 +26,7 @@ <link rel="stylesheet" href="/grapheneos.css?29"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> - <script type="module" src="/js/redirect.js?10"></script> + <script type="module" src="/js/redirect.js?11"></script> <script type="module" src="/js/fastboot/dist/fastboot.min.mjs?1.0.7"></script> <script type="module" src="/js/web-install.js?13"></script> </head> |
