This should be a warning.

This commit is contained in:
ccd0 2016-05-07 18:47:42 -07:00
parent 6395633b56
commit 261dbc59a0

View File

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