diff options
Diffstat (limited to 'html/index.html')
| -rw-r--r-- | html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/index.html b/html/index.html index 2e6b292..060f124 100644 --- a/html/index.html +++ b/html/index.html @@ -37,7 +37,7 @@ <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> |
