diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-02-12 02:08:00 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-02-12 02:08:22 -0500 |
| commit | 5d3f13f4fdf46dbe455549dd299b569fe25eb2c2 (patch) | |
| tree | 79f87c208bb630901f929ae0f66746371a17b637 | |
| parent | 9feeef6a0248d17092ac598349f5deb6474af678 (diff) | |
stop hiding any of the redfin/bramble releases
| -rw-r--r-- | static/releases.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/releases.html b/static/releases.html index 455b05ee..a28878f8 100644 --- a/static/releases.html +++ b/static/releases.html @@ -59,8 +59,8 @@ <li> <a href="#stable-channel">Stable channel</a> <ul> - <li hidden="hidden"><a href="#redfin-stable">Pixel 5 (experimental)</a></li> - <li hidden="hidden"><a href="#bramble-stable">Pixel 4a 5G (experimental)</a></li> + <li><a href="#redfin-stable">Pixel 5 (experimental)</a></li> + <li><a href="#bramble-stable">Pixel 4a 5G (experimental)</a></li> <li><a href="#sunfish-stable">Pixel 4a</a></li> <li><a href="#coral-stable">Pixel 4 XL</a></li> <li><a href="#flame-stable">Pixel 4</a></li> @@ -204,7 +204,7 @@ the update server. The list you're seeing below is a pre-generated template and may not be updated for the latest set of releases yet.</strong></p></noscript> - <section id="redfin-stable" hidden="hidden"> + <section id="redfin-stable"> <h3><a href="#redfin-stable">Pixel 5 (experimental)</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/RQ1A.210205.004.2021.02.12.03">RQ1A.210205.004.2021.02.12.03</a></p> <ul> @@ -213,7 +213,7 @@ <li><a href="https://releases.grapheneos.org/redfin-ota_update-2021.02.12.03.zip">redfin-ota_update-2021.02.12.03.zip</a></li> </ul> </section> - <section id="bramble-stable" hidden="hidden"> + <section id="bramble-stable"> <h3><a href="#bramble-stable">Pixel 4a 5G (experimental)</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/RQ1A.210205.004.2021.02.12.03">RQ1A.210205.004.2021.02.12.03</a></p> <ul> |
