summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/download/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/download/index.html b/src/download/index.html
index ac6b704..ba1c1ee 100644
--- a/src/download/index.html
+++ b/src/download/index.html
@@ -399,7 +399,7 @@ __FOOTER__
version = "1.0";
release = "beta5";
- gendate = "20231027";
+ gendate = "20231210";
disturl = "//distfiles.adelielinux.org/adelie";
inittext = "Adélie" + " " + version + "-" + release + " (" + gendate + ")";
@@ -502,10 +502,10 @@ __FOOTER__
}
/**
- * platform : rootfs
+ * platform : rootfs-full
*/
- if ($("#platform").val() === 'rootfs')
+ if ($("#platform").val() === 'rootfs-full')
{
$("#downloadlink").attr("href",
disturl + "/" + version + "-" + release + "/iso/"
@@ -596,7 +596,7 @@ __FOOTER__
});
$('#platform-fullrootfs').click(function()
{
- $('#platform').val('rootfs');
+ $('#platform').val('rootfs-full');
$("#platform").attr("human","Full Rootfs");
$('#environment').val('');
$('#environment').attr("human","");