From cd14988b47be66acf201e1931bfe16a97abe82f2 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 15 Oct 2012 13:20:54 -0400 Subject: [PATCH] Reset the failures count to 0 when restoring from suspend. (imported from commit 11b03f8a0565063cc7381dd32a96af79bd26a0d1) --- zephyr/static/js/zephyr.js | 1 + 1 file changed, 1 insertion(+) diff --git a/zephyr/static/js/zephyr.js b/zephyr/static/js/zephyr.js index ac9589089f..c067760e37 100644 --- a/zephyr/static/js/zephyr.js +++ b/zephyr/static/js/zephyr.js @@ -525,6 +525,7 @@ setInterval(function() { // new updates. get_updates_xhr.abort(); clearTimeout(get_updates_timeout); + received.failures = 0; get_updates(); } watchdog_time = new_time;