From ac8a712ff0490ef0d90e4ef8facd6dfdd196eb02 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Tue, 6 Mar 2018 20:01:11 -0800 Subject: [PATCH] Fix refreshing activity after losing connection --- data/interfaces/default/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/data/interfaces/default/index.html b/data/interfaces/default/index.html index b3e5b63d..f72f27f9 100644 --- a/data/interfaces/default/index.html +++ b/data/interfaces/default/index.html @@ -276,6 +276,7 @@ async: true, error: function (xhr, status, error) { console.log(status + ': ' + error); + activity_ready = true; }, complete: function (xhr, status) { $('#dashboard-checking-activity').remove();