From edef0a23a1dbe87b58b089b0a957a9a289f14031 Mon Sep 17 00:00:00 2001 From: Manas Khurana Date: Fri, 7 Apr 2017 22:26:31 +0530 Subject: [PATCH] Add files via upload --- index3.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index3.html b/index3.html index 1d6e524..02d4f21 100644 --- a/index3.html +++ b/index3.html @@ -902,7 +902,6 @@ function live() { else document.body.style.backgroundColor = 'rgb(255,240,240)'; //load chart if not already loaded and update it. - ++seconds; if(isChart === 1) { myLineChart1Data = { @@ -926,7 +925,7 @@ function live() { isChart = 2; seconds=0; } - + ++seconds; prevCounts[seconds%5]=actualCount; //send updated values of actualCount and milestones