treesummaryrefslogcommitdiff
path: root/html/script.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/script.js')
-rw-r--r--html/script.js2
1 files changed, 1 insertions, 1 deletions
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();