FEATURE Handlign cite button

This commit is contained in:
Antoine M 2026-05-05 11:11:10 +02:00
parent 27b7b013bc
commit 642fad11fc

View File

@ -6,6 +6,7 @@ import alternatePictures from './alternate-pictures';
import { searchBarInit } from './search-bar';
import singlesInit from './singles/singles';
import archivesInit from './archives/archives';
import handleCiteButton from './singles/cite-button';
window.addEventListener('load', function () {
menuInit();
@ -16,4 +17,5 @@ window.addEventListener('load', function () {
searchBarInit();
singlesInit();
archivesInit();
handleCiteButton();
});