cleanup tagline, format as code

This commit is contained in:
John Bowdre 2023-08-28 16:45:40 -05:00
parent 3467cdb4d3
commit ab2f262e80

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>