diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 79bdf96f6..839d05fe5 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -454,7 +454,7 @@ Index = if e.type is 'abort' req.onloadend = null - notice.close() + notice?.close() return if req.status not in [200, 304]