mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-10 01:52:19 +00:00
cleanup tagline, format as code
This commit is contained in:
parent
3467cdb4d3
commit
ab2f262e80
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue