From 8ed339b1fd7fca6209d1784bd18faf8608ab67a6 Mon Sep 17 00:00:00 2001 From: Patrick Schönberger Date: Mon, 10 Dec 2018 20:08:47 +0100 Subject: changes --- html/script.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'html/script.js') diff --git a/html/script.js b/html/script.js index d97fcc4..51c43c0 100644 --- a/html/script.js +++ b/html/script.js @@ -4,7 +4,12 @@ function getRegions() { return [ "euw", "na", "kr", "br" ]; } function getChampions() { - return [ {name: "Aatrox"}, {name: "Annie"}, {name: "Braum"} ]; + return [ {name: "Aatrox"}, {name: "Annie"}, {name: "Braum"}, {name: "Not"} ]; +} +function getMatchProps() { + return [] +} +function getMatches() { } function getInfo() { app.summoner = $("#nameinput").val(); @@ -35,6 +40,8 @@ var app = new Vue({ view: "start", regions: getRegions(), champions: getChampions(), + matchprops: getMatchProps(), + matches: getMatches(), }, methods: { submit: function() { -- cgit v1.2.3