function replaceTimefoldAutoHeaderFooter() { const timefoldHeader = $("header#timefold-auto-header"); if (timefoldHeader != null) { timefoldHeader.addClass("bg-black") timefoldHeader.append( $(`
`)); } const timefoldFooter = $("footer#timefold-auto-footer"); if (timefoldFooter != null) { timefoldFooter.append( $(``)); applicationInfo(); } } function showSimpleError(title) { const notification = $(`