diff options
| -rw-r--r-- | static/install/web.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/install/web.html b/static/install/web.html index 430a5b3e..7b16c1af 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -211,7 +211,7 @@ <p>Unlock the bootloader to allow flashing the OS and firmware:</p> - <button id="unlock-bootloader-button" disabled="disabled">Unlock bootloader</button> + <button id="unlock-bootloader-button" disabled="">Unlock bootloader</button> <p>The command needs to be confirmed on the device and will wipe all data. Use one of the volume keys to switch the selection to accepting it and the power button to @@ -228,7 +228,7 @@ <p>Press the button below to start the download:</p> - <button id="download-release-button" disabled="disabled">Download release</button> + <button id="download-release-button" disabled="">Download release</button> <p id="download-release-status-container" hidden="hidden"> <strong id="download-release-status"></strong> @@ -243,7 +243,7 @@ <p>The initial install will be performed by flashing the factory images. This will replace the existing OS installation and wipe all the existing data.</p> - <button id="flash-release-button" disabled="disabled">Flash release</button> + <button id="flash-release-button" disabled="">Flash release</button> <p>Wait for the flashing process to complete. It will automatically handle @@ -276,7 +276,7 @@ <p>In the bootloader interface, set it to locked:</p> - <button id="lock-bootloader-button" disabled="disabled">Lock bootloader</button> + <button id="lock-bootloader-button" disabled="">Lock bootloader</button> <p>The command needs to be confirmed on the device and will wipe all data. Use one of the volume buttons to switch the selection to accepting it and the power button @@ -348,7 +348,7 @@ stock factory images and before locking the bootloader, you should erase the custom Android Verified Boot key to untrust it:</p> - <button id="remove-custom-key-button" disabled="disabled">Remove non-stock key</button> + <button id="remove-custom-key-button" disabled="">Remove non-stock key</button> <p><strong id="remove-custom-key-status"></strong></p> </section> |
