cleanup tagline, format as code

This commit is contained in:
John Bowdre 2023-08-28 16:45:40 -05:00
parent 157d1d6959
commit 9174c59c32

View file

@ -7,7 +7,6 @@
var randIndex = Math.floor(Math.random() * taglines.length); var randIndex = Math.floor(Math.random() * taglines.length);
document.getElementById("tagline").innerHTML = taglines[randIndex]; document.getElementById("tagline").innerHTML = taglines[randIndex];
} }
console.log(taglines)
window.addEventListener("pageshow", getTagline); window.addEventListener("pageshow", getTagline);
</script> </script>
<div id="tagline"></div> <div><code id="tagline"></code></div>