From cc2c4151a7641025525c1b9f51b081690d7d17a7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 13 Dec 2018 11:46:24 +0100 Subject: [PATCH] changes --- html/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); -- 2.50.1