web-install: Update fastboot.js to fix fastbootd flashing

The fastbootd flashing path was missing a progress callback.
This commit is contained in:
Danny Lin
2021-01-30 21:32:32 -08:00
committed by Daniel Micay
parent 05b287cc2d
commit c94a665e89
3 changed files with 4 additions and 4 deletions

View File

@@ -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>