From: Patrick Schönberger Date: Mon, 10 Dec 2018 18:05:08 +0000 (+0100) Subject: changes X-Git-Url: https://gitweb.ps.run/lolstats/commitdiff_plain/d321fbf9c21bbc256215f88edc98296701c6b328 changes --- diff --git a/html/script.js b/html/script.js index a190690..d97fcc4 100644 --- a/html/script.js +++ b/html/script.js @@ -4,7 +4,7 @@ function getRegions() { return [ "euw", "na", "kr", "br" ]; } function getChampions() { - return [ "Aatrox", "Annie", "Braum" ]; + return [ {name: "Aatrox"}, {name: "Annie"}, {name: "Braum"} ]; } function getInfo() { app.summoner = $("#nameinput").val();