Skip to content

Commit 4fb4d71

Browse files
committed
Turn message off when back online
1 parent 96d52bf commit 4fb4d71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/scripts/controllers/Main.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ angular.module('neo4jApp.controllers')
121121
if (serverIsOffline?)
122122
if not serverIsOffline
123123
UDC.trackConnectEvent()
124+
$scope.bolt_connection_failure = no
124125
else
125126
$scope.bolt_connection_failure = yes
126127

0 commit comments

Comments
 (0)