export function preLoad() { console.log("debug custom preLoad"); } export function postLoad() { console.log("debug custom postLoad"); let html = '' +'' +'' + '' // + '' + '' const div1 = document.getElementById('printButton'); div1.insertAdjacentHTML('afterend', html) }