diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 00f8375d8..631ec9746 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -515,7 +515,7 @@ Index = return if req.status not in [200, 304] - err = "Index refresh failed. Error #{req.statusText} (#{req.status})" + err = "Index refresh failed. #{if req.status then "Error #{req.statusText} (#{req.status})" else 'Connection Error'}" if notice notice.setType 'warning' notice.el.lastElementChild.textContent = err