Make image download failure warning 20 seconds like the other warnings.

This commit is contained in:
ccd0 2016-05-15 01:57:33 -07:00
parent 8083de63b4
commit 83064a7fd4

View File

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