diff --git a/index.html b/index.html index 92f3db80..204d404d 100644 --- a/index.html +++ b/index.html @@ -106,15 +106,11 @@

Releases

- These are all the APK releases currently on GitHub. See GitHub. + Clover APK releases signed by the author can be found at GitHub releases.

It's recommended to download Clover with F-Droid to get automatic updates!

- -
@@ -309,6 +305,6 @@
- + diff --git a/js/main.js b/js/main.js index cc624133..2ffc89f3 100644 --- a/js/main.js +++ b/js/main.js @@ -115,7 +115,7 @@ function switchPage(page) { } if (page == 'releases') { - getReleases(); + /*getReleases();*/ } var headerElement = document.querySelector('.header');