diff --git a/down-detector.js b/down-detector.js index 45bf150..fdeb108 100644 --- a/down-detector.js +++ b/down-detector.js @@ -21,7 +21,7 @@ function doStuff() { ConnectionRegained(counter); counter = 0; } - + if (connected == false) { counter++; }