Biblio for sites

This commit is contained in:
2024-11-28 10:13:14 +01:00
parent 9954c797e0
commit 2129fab101
5 changed files with 71 additions and 18 deletions

View File

@@ -108,6 +108,7 @@ UI.openSiteModal = async function (data, selector) {
}
let siteSheet = new SiteSheet();
siteSheet.siteData = data;
window.Biblio = siteSheet;
modal.querySelector('#short-sheet').innerHTML = siteSheet.renderShort();
if (data.description) {