`;
/*
diff --git a/webgis/js/ui.js b/webgis/js/ui.js
index 2863fae..ae535e2 100644
--- a/webgis/js/ui.js
+++ b/webgis/js/ui.js
@@ -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');