diff options
Diffstat (limited to 'dashboard_website/templates')
| -rw-r--r-- | dashboard_website/templates/controls.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard_website/templates/controls.html b/dashboard_website/templates/controls.html index 2ad3adc..253e6c7 100644 --- a/dashboard_website/templates/controls.html +++ b/dashboard_website/templates/controls.html @@ -19,7 +19,7 @@ <form id="clean" name="clean"> <label for="cleanfile">Choose save file to upload (will overwrite)</label> <input id="cleanfile" name="cleanfile" type="file" accept=".csv,.CSV" /> - <button type="button" onclick="loadClean()">Upload</button> + <button type="button" onclick="loadSave()">Upload</button> </form> </body> |
