diff --git a/index.html b/index.html index 08c1946..856d267 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ const btn = document.getElementById('download') btn.addEventListener('click', () => { links.forEach((link) => { - window.open(link) + window.open(link, 'Download') }) })