From f4c16b8271b82fccdd729deb5137e99bcf658245 Mon Sep 17 00:00:00 2001 From: Floens Date: Mon, 3 Oct 2016 19:18:49 +0200 Subject: [PATCH] Link to the github releases page instead of loading from the folder (which is not defunct) --- index.html | 8 ++------ js/main.js | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) 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');