This commit is contained in:
Zixaphir 2015-01-12 22:24:13 -07:00
parent 723d1d3264
commit cea4a90547
2 changed files with 2 additions and 2 deletions

View File

@ -88,4 +88,4 @@ ImageCommon =
@href = URL.createObjectURL blob
@click()
else
new Notice 'error', "Could not download #{@href}", 30
new Notice 'error', "Could not download #{@href}", 30

View File

@ -16,4 +16,4 @@ DownloadLink =
return false unless file
a.href = file.URL
a.download = file.name
true
true