diff options
| author | root | 2018-12-13 11:46:24 +0100 |
|---|---|---|
| committer | root | 2018-12-13 11:46:24 +0100 |
| commit | cc2c4151a7641025525c1b9f51b081690d7d17a7 (patch) | |
| tree | f3fa0e5605f4b6065b0077ad9d8bfc000d5ea245 /html | |
| parent | f90d1d07b1f0042f66d924596ec6e2370ad97b2c (diff) | |
| download | lolstats-cc2c4151a7641025525c1b9f51b081690d7d17a7.tar.gz lolstats-cc2c4151a7641025525c1b9f51b081690d7d17a7.zip | |
changes
Diffstat (limited to 'html')
| -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); }); |
