Skip to content

Commit

Permalink
oops, file picker button shouldn't be visible
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Mar 28, 2018
1 parent 9fdda52 commit dd49e0a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,14 @@
<div style="margin: 2.5em 1em;">
<p><button class="custom" type="button" id="export" data-i18n="aboutBackupDataButton"></button>&ensp;
<button class="custom" type="button" id="import" data-i18n="aboutRestoreDataButton"></button>
<input id="restoreFilePicker" type="file" accept="text/plain" class="hiddenFileInput">
<p>
<p><button class="custom" type="button" id="reset" data-i18n="aboutResetDataButton"></button>
</div>
</div>

<div class="hidden">
<input id="restoreFilePicker" type="file" accept="text/plain">
</div>

<script src="js/vapi.js"></script>
<script src="js/vapi-common.js"></script>
<script src="js/vapi-client.js"></script>
Expand Down

0 comments on commit dd49e0a

Please sign in to comment.