treesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorroot2018-12-13 11:46:24 +0100
committerroot2018-12-13 11:46:24 +0100
commitcc2c4151a7641025525c1b9f51b081690d7d17a7 (patch)
treef3fa0e5605f4b6065b0077ad9d8bfc000d5ea245
parentf90d1d07b1f0042f66d924596ec6e2370ad97b2c (diff)
downloadlolstats-cc2c4151a7641025525c1b9f51b081690d7d17a7.tar.gz
lolstats-cc2c4151a7641025525c1b9f51b081690d7d17a7.zip
changes
-rw-r--r--html/script.js2
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);
});