mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 01:28:00 +01:00
oops, file picker button shouldn't be visible
This commit is contained in:
parent
9fdda522a1
commit
dd49e0ad7c
1 changed files with 4 additions and 2 deletions
|
@ -50,12 +50,14 @@
|
|||
<div style="margin: 2.5em 1em;">
|
||||
<p><button class="custom" type="button" id="export" data-i18n="aboutBackupDataButton"></button> 
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue