This commit is contained in:
j 2021-11-24 13:21:23 +01:00
parent 05eee8d3cc
commit 9eba3cb8bd

View file

@ -316,11 +316,6 @@ function loadAnnotations(config) {
} }
config.layer = config.layer || layer config.layer = config.layer || layer
loadAnnotations(config)
if (config.annotations) {
renderPlayer(config)
} else {
loadAnnotations(config)
}
window.addEventListener('resize', resize, false); window.addEventListener('resize', resize, false);