diff options
| author | Danny Lin <danny@kdrag0n.dev> | 2021-01-30 21:32:32 -0800 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-31 00:33:35 -0500 |
| commit | c94a665e89fe3d1a75dc93a35c0e3a5d722d406e (patch) | |
| tree | 95b46c2529eb2bc2ed2fc9db8067900dd96c958c /static/install/web.html | |
| parent | 05b287cc2db1c336bde87fce8e7f8e17e4400f08 (diff) | |
web-install: Update fastboot.js to fix fastbootd flashing
The fastbootd flashing path was missing a progress callback.
Diffstat (limited to 'static/install/web.html')
| -rw-r--r-- | static/install/web.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/install/web.html b/static/install/web.html index b8fbac62..147ca25d 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -27,8 +27,8 @@ <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> <script type="module" src="/js/redirect.js?9"></script> - <script type="module" src="/js/fastboot/dist/fastboot.min.mjs?4"></script> - <script type="module" src="/js/web-install.js?9"></script> + <script type="module" src="/js/fastboot/dist/fastboot.min.mjs?5"></script> + <script type="module" src="/js/web-install.js?10"></script> </head> <body> <header> |
