diff --git a/macrovision.js b/macrovision.js index 2f2c8849..6f23e4ad 100644 --- a/macrovision.js +++ b/macrovision.js @@ -1044,8 +1044,6 @@ function displayEntity(entity, view, x, y, selectEntity=false, refresh=false) { const image = entity.views[view].image; img.src = image.source; - displayAttribution(image.source); - if (image.bottom !== undefined) { img.style.setProperty("--offset", ((-1 + image.bottom) * 100) + "%") } else {