Update report style (map and gallery)

This commit is contained in:
2023-03-02 17:01:53 +01:00
parent 167545ffbf
commit 37f51955e6
4 changed files with 13 additions and 9 deletions

View File

@@ -88,7 +88,8 @@ document.addEventListener('readystatechange', async () => {
// Create image gallery
// TODO refactor...
let gallery = document.querySelector('#gallery');
gallery.classList.remove('d-hide');
gallery.parentElement
.classList.remove('d-hide');
for (const src of files) {
const img = document.createElement('img');