diff --git a/assets/static/unsee.js b/assets/static/unsee.js index c2b6b2080..b3bda512f 100644 --- a/assets/static/unsee.js +++ b/assets/static/unsee.js @@ -132,8 +132,10 @@ var Unsee = (function(params) { updateCompleted(); Watchdog.Pong(moment(resp['timestamp']); Unsee.WaitForNextReload(); - $(selectors.errors).html(''); - $(selectors.errors).hide(''); + if (!Watchdog.IsFatal()) { + $(selectors.errors).html(''); + $(selectors.errors).hide(''); + } } catch (err) { Counter.Unknown(); handleError(err);