Skip to content

Commit

Permalink
i dont know how js works
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris-TheRainbow committed Jun 20, 2024
1 parent ca2ecee commit 201200b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _tabs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ order: 4
---
<head>
<script language = 'javascript'>
function getOPR()
axios.get("https://api.ftcscout.org/rest/v1/teams/15031/quick-stats?season=2023&region=All").then(response => {var opr = response.data["tot"]["value"]; document.getElementById("opr").innerHTML = opr;}) rl.close();
function getOPR() {axios.get("https://api.ftcscout.org/rest/v1/teams/15031/quick-stats?season=2023&region=All").then(response => {var opr = response.data["tot"]["value"]; document.getElementById("opr").innerHTML = opr;}) rl.close();}
</script>
</head>
Hello!
Expand Down

0 comments on commit 201200b

Please sign in to comment.