remove wip banner
This commit is contained in:
@ -1,12 +0,0 @@
|
||||
/* populate footer */
|
||||
|
||||
let wipHTML = `
|
||||
<p>--- always under construction ---</p>
|
||||
`
|
||||
|
||||
function populateWip() {
|
||||
let wip = document.getElementById("wip");
|
||||
wip.innerHTML = wipHTML;
|
||||
}
|
||||
|
||||
populateWip();
|
||||
Reference in New Issue
Block a user