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

@@ -4,15 +4,7 @@ export default class extends Controller {
static targets = ['list', 'menu', 'icon'];
toggleMenu() {
/*
const target = event.currentTarget;
const id = target.getAttribute('data-id');
const icon = this.iconTargets.find(i => i.getAttribute('data-id') === id);
*/
this.menuTarget.classList.toggle('is-hidden');
//this.toggleIcon(icon);
//this.openList(`#${id}-list`);
}
close() {