Link to the github releases page instead of loading from the folder

(which is not defunct)
gh-pages
Floens 9 years ago
parent b4e85ff653
commit f4c16b8271
  1. 8
      index.html
  2. 2
      js/main.js

@ -106,15 +106,11 @@
<div class="box">
<h1>Releases</h1>
<p>
These are all the APK releases currently on GitHub. See <a href="https://github.com/Floens/Clover/tree/dev/releases">GitHub</a>.
Clover APK releases signed by the author can be found at <a href="https://github.com/Floens/Clover/releases">GitHub releases</a>.
</p>
<p>
<b>It's recommended to download Clover with F-Droid to get automatic updates!</b>
</p>
<ul class="releases-list">
Loading...
</ul>
</div>
</div>
<div id="page-donate" class="page page-inactive">
@ -309,6 +305,6 @@
</div>
</div>
<script type="text/javascript" src="js/main.js?2"></script>
<script type="text/javascript" src="js/main.js?3"></script>
</body>
</html>

@ -115,7 +115,7 @@ function switchPage(page) {
}
if (page == 'releases') {
getReleases();
/*getReleases();*/
}
var headerElement = document.querySelector('.header');

Loading…
Cancel
Save