diff --git a/templates/index.html b/templates/index.html index 1af6a1d..e40f1c1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1544,15 +1544,16 @@ // Display grouped downloads let html = ''; - groupNames.forEach(groupName => { + groupNames.forEach((groupName, index) => { const groupDownloads = groups[groupName]; + const groupId = `group-${index}`; html += `