Temp search form

This commit is contained in:
2025-11-21 17:54:50 +01:00
parent b0915d0973
commit 1a3c95487f
2 changed files with 89 additions and 8 deletions

View File

@@ -5,11 +5,6 @@ import Utils from "./utils.js";
*/
export class SiteSheet {
biblioElements = [];
/*
constructor(data) {
this._siteData = data;
}
*/
/**
* @param {object} data
*/
@@ -17,6 +12,7 @@ export class SiteSheet {
this._siteData = data;
}
/**
* @todo Refactor!
* @returns {string} HTML
*/
render() {