diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-03 12:56:09 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-03 12:56:09 -0400 |
| commit | d27b1d8acc9fd4681c3a03f243fdd276d8b6a231 (patch) | |
| tree | 9068364ff5490e32082add8ff182347db2e9d18e | |
| parent | d1edf6e1684376594ec08ae6400faf9b4d810323 (diff) | |
move releases script back to the bottom
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index d974c48d..cb6ab7a5 100644 --- a/static/releases.html +++ b/static/releases.html @@ -53,7 +53,6 @@ <div id="stable"></div> <h2>Beta channel</h2> <div id="beta"></div> - <script src="/releases.js?2"></script> </div> <footer> <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> @@ -61,5 +60,6 @@ <a href="https://twitter.com/GrapheneOS">Twitter</a> </div> </footer> + <script src="/releases.js?2"></script> </body> </html> |
