chore: specify download better

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Emrik Östling 2025-10-07 20:53:32 +02:00 committed by GitHub
parent 48e5e8a71c
commit 2e125355ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ refreshData();
window.downloadAll = function () { window.downloadAll = function () {
// Get all download links // Get all download links
const downloadLinks = document.querySelectorAll("a[download]"); const downloadLinks = document.querySelectorAll("tbody a[download]");
// Trigger download for each link // Trigger download for each link
downloadLinks.forEach((link, index) => { downloadLinks.forEach((link, index) => {