Astroport.ONE/templates/UPlanetZINE/day2/script.js

5 lines
218 B
JavaScript
Raw Normal View History

2024-03-31 03:48:47 +02:00
// This script just adds a little print button to the page. It's not needed for the zine, unless you want to add one too!
document.querySelector(".print-button").addEventListener("click", () => {
window.print();
});