From: root Date: Thu, 13 Dec 2018 10:46:24 +0000 (+0100) Subject: changes X-Git-Url: https://gitweb.ps.run/lolstats/commitdiff_plain/cc2c4151a7641025525c1b9f51b081690d7d17a7 changes --- 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); });