X-Git-Url: https://gitweb.ps.run/lolstats/blobdiff_plain/f90d1d07b1f0042f66d924596ec6e2370ad97b2c..cc2c4151a7641025525c1b9f51b081690d7d17a7:/html/script.js 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); });