cluster by clips, never cache
This commit is contained in:
parent
ade1177101
commit
21314f934e
1 changed files with 2 additions and 2 deletions
|
@ -367,9 +367,9 @@ function loadAnnotations(config) {
|
||||||
annotations.push(annotation)
|
annotations.push(annotation)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (annotation.value.slice(0, 2) != 'E:') {
|
//if (annotation.value.slice(0, 2) != 'E:') {
|
||||||
annotations.push(annotation)
|
annotations.push(annotation)
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue