diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-10-04 00:36:42 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-10-04 00:37:22 -0400 |
| commit | 635bea12db279cb3bd4c1afed6b4b8d30e15bec4 (patch) | |
| tree | 28e357fd1744a80936f2f0e85750d7e3887c0515 | |
| parent | 370480d8252a5e567d91d5c8a72fc6590b66da0b (diff) | |
move JavaScript notice
| -rw-r--r-- | static/releases.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/static/releases.html b/static/releases.html index 5f523ced..3ed8f5ce 100644 --- a/static/releases.html +++ b/static/releases.html @@ -161,15 +161,15 @@ the Stable channel if you cannot tolerate dealing with temporary issues while a new release for the Beta channel is being created.</p> - <noscript><strong>JavaScript is required to fetch the current list of releases from - 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></noscript> - <section id="stable-channel"> <h2> <a href="#stable-channel">Stable channel</a> </h2> + <noscript><p><strong>JavaScript is required to fetch the current list of releases from + 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="sunfish-stable" class="hidden"> <h3> <a href="#sunfish-stable">Pixel 4a</a> @@ -276,6 +276,10 @@ <a href="#beta-channel">Beta channel</a> </h2> + <noscript><p><strong>JavaScript is required to fetch the current list of releases from + 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="sunfish-beta" class="hidden"> <h3> <a href="#sunfish-beta">Pixel 4a</a> |
