diff --git a/webgis/js/ui.js b/webgis/js/ui.js index 1765a15..7e01eea 100644 --- a/webgis/js/ui.js +++ b/webgis/js/ui.js @@ -38,7 +38,12 @@ UI.addCenterMapControl = function (map, centerCoords, zoom) { controlUI.href = '#'; controlUI.innerHTML = ` - + + + + + + `; return controlDiv; @@ -167,9 +172,6 @@ UI.openNotConserModal = async function (data, selector) { const biblio = document.querySelector('#biblio'); if (event.target.id.includes('cit')) { - // DEBUG - console.log(event.target.id); - const id = event.target.id.replace('cit-',''); biblio.innerHTML = '';