]> gitweb.ps.run Git - lolstats/blobdiff - html/script.js
changes
[lolstats] / html / script.js
index a10dd69025fc42e1d9c09c3eb3cfeeefc600f81e..7a150c4d62480886b0affa2ccd0bb7fce97ff3f3 100644 (file)
@@ -17,7 +17,7 @@ function getMatchProps() {
   ];
 }
 function getMatches() {
   ];
 }
 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);
     });
     .done((data) => {
       app.matches = JSON.parse(data);
     });