imposition planche

This commit is contained in:
Julie Blanc 2026-04-14 17:11:55 +02:00
parent fcf33d3c79
commit 5afef4d2d4
9 changed files with 104 additions and 7 deletions

View file

@ -182,7 +182,13 @@ function interfaceEvents(){
window.enableBooklet = true;
window.print();
});
window.enableSpread = false;
document.querySelector("#button-print-planche").addEventListener("click", (e) => {
window.enableSpread = true;
window.print();
});
}