X-Git-Url: https://gitweb.ps.run/lolstats/blobdiff_plain/6925fed704a39c55e4af58074e6f616519bd94c5..7254b601bd7a577fc244c45b35e0364a40166dbb:/html/script.js diff --git a/html/script.js b/html/script.js index 8db21f9..92be426 100644 --- a/html/script.js +++ b/html/script.js @@ -3,7 +3,9 @@ function getRegions() { return [ "euw", "na", "kr", "br" ]; } - +function getChampions() { + return [ "Aatrox", "Annie", "Braum" ]; +} function getInfo() { app.summoner = $("#nameinput").val(); app.region = $("#regionselect").val(); @@ -32,6 +34,7 @@ var app = new Vue({ region: "", view: "start", regions: getRegions(), + champions: getChampions(), }, methods: { submit: function() {