cluster by clips, never cache

This commit is contained in:
j 2021-11-24 12:06:18 +01:00
parent ade1177101
commit 21314f934e

View file

@ -367,9 +367,9 @@ function loadAnnotations(config) {
annotations.push(annotation)
}
} else {
if (annotation.value.slice(0, 2) != 'E:') {
//if (annotation.value.slice(0, 2) != 'E:') {
annotations.push(annotation)
}
//}
}
})
})