This commit is contained in:
MilosKozak
2015-10-28 12:04:21 +01:00
parent 8e91c14fcb
commit 8200c98e94
-1
View File
@@ -702,7 +702,6 @@ function init(client, $) {
}
function findClosestSGVToPastTime(time) {
var nowDate = null;
var nowData = client.data.filter(function(d) {
return d.type === 'sgv' && d.mills <= time.getTime();
});