Skip to content

Commit

Permalink
make open download
Browse files Browse the repository at this point in the history
  • Loading branch information
watilde committed Jan 6, 2020
1 parent 0e707f7 commit 02be500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -21,7 +21,7 @@
const btn = document.getElementById('download')
btn.addEventListener('click', () => {
links.forEach((link) => {
window.open(link)
window.open(link, 'Download')
})
})
</script>
Expand Down

0 comments on commit 02be500

Please sign in to comment.