summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-05-09 18:18:09 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-05-09 18:18:09 -0400
commit947599ca50579c8c7d4d77105da13f7cb65eb877 (patch)
tree6f36dda27dac5a600d0fb5df781a36fb19735005 /static
parent22ef4dd31aed510052ddc315bc0610e9bc98e41e (diff)
update link indexes for releases script
Diffstat (limited to 'static')
-rw-r--r--static/releases.html2
-rw-r--r--static/releases.js6
2 files changed, 4 insertions, 4 deletions
diff --git a/static/releases.html b/static/releases.html
index e348556d..8c2434d3 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -319,6 +319,6 @@
<a href="https://github.com/GrapheneOS">GitHub</a>
</div>
</footer>
- <script src="/releases.js?5"></script>
+ <script src="/releases.js?6"></script>
</body>
</html>
diff --git a/static/releases.js b/static/releases.js
index 06645c2e..06c9a5a2 100644
--- a/static/releases.js
+++ b/static/releases.js
@@ -43,9 +43,9 @@ for (const channel of channels) {
const links = release.getElementsByTagName("a");
- release.replaceChild(createLink(factoryUrl, factoryFilename), links[1]);
- release.replaceChild(createLink(factoryUrl + ".sig", factoryFilename + ".sig"), links[2]);
- release.replaceChild(createLink(updateUrl, updateFilename), links[3]);
+ release.replaceChild(createLink(factoryUrl, factoryFilename), links[2]);
+ release.replaceChild(createLink(factoryUrl + ".sig", factoryFilename + ".sig"), links[3]);
+ release.replaceChild(createLink(updateUrl, updateFilename), links[4]);
});
}
}