diff options
author | hackademix | 2019-05-30 13:23:35 +0200 |
---|---|---|
committer | hackademix | 2019-05-30 13:23:35 +0200 |
commit | fba660149efc7d9285d319d64f3cc563c97d2312 (patch) | |
tree | f47146d2c918476d7128bdaf075685cf8d124063 /src/ui/options.html | |
parent | 18c0cdc59040d47f94424adb29f4bb7013c07d4f (diff) | |
download | noscript-fba660149efc7d9285d319d64f3cc563c97d2312.tar.gz noscript-fba660149efc7d9285d319d64f3cc563c97d2312.tar.xz noscript-fba660149efc7d9285d319d64f3cc563c97d2312.zip |
Further work-around for setting importation file picking inconsistencies on Android.
Diffstat (limited to 'src/ui/options.html')
-rw-r--r-- | src/ui/options.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/options.html b/src/ui/options.html index 5053ef7..1ccc62f 100644 --- a/src/ui/options.html +++ b/src/ui/options.html @@ -24,8 +24,10 @@ </div> <div class="buttons"> -<span><input id="file-import" type="file"/></span> +<div id="import-container"> + <input id="file-import" type="file" name="file-import" tabindex="-1" accept=".txt,.json"/> <button id="btn-import" accesskey="__MSG_Import_accesskey__">__MSG_Import__</button> +</div> <button id="btn-export" accesskey="__MSG_Export_accesskey__">__MSG_Export__</button> <button id="btn-reset" accesskey="__MSG_Reset_accesskey__">__MSG_Reset__</button> </div> |