From 261dbc59a01e0c0cfe1a9f736eec64db5e9fd0eb Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 7 May 2016 18:47:42 -0700 Subject: [PATCH] This should be a warning. --- src/Images/ImageCommon.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Images/ImageCommon.coffee b/src/Images/ImageCommon.coffee index 92fb8f6ff..f2dbedb3d 100644 --- a/src/Images/ImageCommon.coffee +++ b/src/Images/ImageCommon.coffee @@ -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