diff options
| author | Patrick Schönberger | 2018-12-11 17:52:58 +0100 |
|---|---|---|
| committer | Patrick Schönberger | 2018-12-11 17:52:58 +0100 |
| commit | 055e447bc0c9d170a54733539104976ec1c9004c (patch) | |
| tree | 996659c578d804213fec46c2206798ff75c6fa4b /html/index.html | |
| parent | 8ed339b1fd7fca6209d1784bd18faf8608ab67a6 (diff) | |
| download | lolstats-055e447bc0c9d170a54733539104976ec1c9004c.tar.gz lolstats-055e447bc0c9d170a54733539104976ec1c9004c.zip | |
code cleanup
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> |
