diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-02-26 10:11:23 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-02-26 10:11:23 -0800 |
commit | 55dd9b1e6b06401e5a5f523fce1f3d6c1db4d9da (patch) | |
tree | 6895213af2f287bc317daa24516dc54c3f1cc0f1 /ext/bg/options.html | |
parent | 465a8e21c0a9d7b2d1e704ab9a42b5f662fd82d3 (diff) |
delete unused dictionary deletion code
Diffstat (limited to 'ext/bg/options.html')
-rw-r--r-- | ext/bg/options.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html index 03e328d2..27f75367 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -7,7 +7,7 @@ <link rel="stylesheet" type="text/css" href="../lib/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css"> <style> #anki-spinner, #anki-general, #anki-error, - #dict-spinner, #dict-error, #dict-warning, #dict-purge-progress, #dict-import-progress, .dict-delete-progress, + #dict-spinner, #dict-error, #dict-warning, #dict-purge-progress, #dict-import-progress, .options-advanced { display: none; } |