<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
</head>
<body style="">
+ <div id="background"></div>
<div id="app">
<!-- Start Screen -->
<option>All</option>
<option v-for="c in champions">{{ c.name }}</option>
</select>
- <button id="refreshbutton" v-on:click="refreshhistory">Refresh</button>
+ <button id="refreshbutton" v-on:click="refreshHistory">Refresh</button>
</div>
<div id="matchlist">
<table>