mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Update client.js
This commit is contained in:
+2
-2
@@ -173,7 +173,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// get slice of data so that concatenation of predictions do interfere with subsequent updates
|
||||
// get slice of data so that concatenation of predictions do not interfere with subsequent updates
|
||||
var focusData = data.slice();
|
||||
|
||||
var element = document.getElementById('bgButton').hidden == '';
|
||||
@@ -865,4 +865,4 @@
|
||||
}
|
||||
return predicted;
|
||||
}
|
||||
})();
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user