]> gitweb.ps.run Git - lolstats/commitdiff
changes
authorroot <root@patdog.de>
Thu, 13 Dec 2018 10:46:24 +0000 (11:46 +0100)
committerroot <root@patdog.de>
Thu, 13 Dec 2018 10:46:24 +0000 (11:46 +0100)
html/script.js

index a10dd69025fc42e1d9c09c3eb3cfeeefc600f81e..7a150c4d62480886b0affa2ccd0bb7fce97ff3f3 100644 (file)
@@ -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);
     });