From 21314f934ec1c8e263e09546aace65fc843594f6 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 24 Nov 2021 12:06:18 +0100 Subject: [PATCH] cluster by clips, never cache --- app/static/js/ascroll.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/js/ascroll.js b/app/static/js/ascroll.js index 04e7579..6c51e50 100755 --- a/app/static/js/ascroll.js +++ b/app/static/js/ascroll.js @@ -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) - } + //} } }) })