Merge pull request #1676 from Code1110/develop

Add download attribute to download button
This commit is contained in:
Sam Potts 2020-02-08 22:18:14 +00:00 committed by GitHub
commit b651d6f027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
src/js/controls.js vendored
View File

@ -1580,6 +1580,7 @@ const controls = {
element: 'a',
href: this.download,
target: '_blank',
download: '',
});
const { download } = this.config.urls;