mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
Do not show connection to backend restored message
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user