Skip to content

Commit

Permalink
stack overflow to the rescue?
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris-TheRainbow committed Jun 20, 2024
1 parent 5535904 commit cfe2724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _tabs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ order: 4
function getOPR()
axios.get("https://api.ftcscout.org/rest/v1/teams/15031/quick-stats?season=2023&region=All")
.then(response => {
return response.data["tot"]["value"];
document.getElementById("opr").innerHTML = response.data["tot"]["value"];
})
rl.close();
</script>
Expand All @@ -17,4 +17,4 @@ I'm Iris! I'm trans, 16, and enjoy programing and playing games. Im a member of

My particular interests include combat robotics, Valorant Esports, and finding new ways to procrastinate doing my homework.

<p>BoltBusterZ OPR is currently: <b><script>getOPR()</script></b></p>
<p onload = "getOPR()">BoltBusterZ OPR is currently: <b><span id = "opr"></span></b></p>

0 comments on commit cfe2724

Please sign in to comment.