imposition planche
This commit is contained in:
parent
fcf33d3c79
commit
5afef4d2d4
9 changed files with 104 additions and 7 deletions
|
|
@ -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();
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue