diff options
| -rw-r--r-- | html/script.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/script.js b/html/script.js index a10dd69..7a150c4 100644 --- a/html/script.js +++ b/html/script.js @@ -17,7 +17,7 @@ function getMatchProps() { ]; } function getMatches() { - $.ajax("/lol/matches?region=" + app.region + "&summoner=" + app.summoner); + $.ajax("/lol/matches?region=" + app.region + "&summoner=" + app.summoner) .done((data) => { app.matches = JSON.parse(data); }); |
