1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Do not show connection to backend restored message

This commit is contained in:
Mark McDowall
2014-03-26 07:06:30 -07:00
parent a0aaac0fd9
commit 2211cc5057
-7
View File
@@ -59,13 +59,6 @@ define(
vent.trigger(vent.Events.ServerUpdated);
}
});
Messenger.show({
id : messengerId,
type : 'success',
hideAfter : 5,
message : 'Connection to backend restored'
});
});
this.signalRconnection.disconnected(function () {