Bibliography for prehistoric

This commit is contained in:
2026-05-22 16:07:18 +02:00
parent 1a3c95487f
commit c313194e15
3 changed files with 12 additions and 8 deletions

View File

@@ -193,7 +193,7 @@ UI.openPrehistModal = function (data, selector) {
prehistoric.data = data;
// For Stimulus biblio_controller
//GisState.bibliography = prehistoric;
GisState.bibliography = prehistoric;
prehistoric.render().then(html => modal.querySelector('#prehist-sheet').innerHTML = html);
prehistoric.setImages(modal.querySelector('#photos'), this.imageGallery);
modal.classList.add('is-active');