This commit is contained in:
Pieter Vander Vennet 2024-11-24 23:54:13 +01:00
parent 1c7bd21c8d
commit 6e8d6c7bbe
2 changed files with 3 additions and 5 deletions

View file

@ -44,7 +44,7 @@
})
.filter((link) => !link.startsWith("https://wiki.openstreetmap.org/wiki/File:"))
const attributedImages = AllImageProviders.loadImagesFrom(images)
let attributedImages = AllImageProviders.loadImagesFrom(images)
/**
* Class of the little icons indicating 'opened', 'comment' and 'resolved'
*/