summaryrefslogtreecommitdiff
path: root/static/install/web.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-04-01 17:14:30 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-04-01 17:14:30 -0400
commit6a5e5ac18074545df75bc733f7ad47ffb9b8bc7d (patch)
tree92cf2098a508ae23c1daec732964539fde4bf619 /static/install/web.html
parent1dc398e4b925eca008a78d013460f1794fe3c30c (diff)
use cleaner style for boolean attributes
Diffstat (limited to 'static/install/web.html')
-rw-r--r--static/install/web.html10
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>