X-Git-Url: https://gitweb.ps.run/lolstats/blobdiff_plain/d271c8fac628ab9afb14c84fda17e532aeb98424..d321fbf9c21bbc256215f88edc98296701c6b328:/html/script.js 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();