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:
parent
48e5e8a71c
commit
2e125355ca
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ refreshData();
|
|||
|
||||
window.downloadAll = function () {
|
||||
// Get all download links
|
||||
const downloadLinks = document.querySelectorAll("a[download]");
|
||||
const downloadLinks = document.querySelectorAll("tbody a[download]");
|
||||
|
||||
// Trigger download for each link
|
||||
downloadLinks.forEach((link, index) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue