From acce983c563038637c3aceb20f9aa3f6d539ca2a Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 23 Nov 2023 13:13:44 +0100 Subject: [PATCH] download page: add "download" attribute to elements Co-authored-by: sptaule --- templates/download.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/templates/download.html b/templates/download.html index b2f4744..72c56d7 100644 --- a/templates/download.html +++ b/templates/download.html @@ -94,8 +94,6 @@ Downloads | {{ config.title }} let extraBuilds = data[1].builds; let developmentBuilds = data[2].builds; - console.log(extraBuilds) - /** Release Builds */ for (i = 0; i < releaseBuilds.length; i++) { window['build' + i] = @@ -109,7 +107,7 @@ Downloads | {{ config.title }}
Sources
- + Gitea @@ -127,7 +125,7 @@ Downloads | {{ config.title }} for (j = 0; j < releaseBuilds[i]['builds'].length; j++) { window['buildDetail' + i] = ` - + ${releaseBuilds[i]['builds'][j]['platform'] .replace('aarch64-unknown-linux-musl', 'linux/arm64') @@ -154,7 +152,7 @@ Downloads | {{ config.title }}
Sources