1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 09:09:38 +02:00

oops, file picker button shouldn't be visible

This commit is contained in:
Raymond Hill 2018-03-28 19:28:29 -04:00
parent 9fdda522a1
commit dd49e0ad7c
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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>