diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-01 22:26:23 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-01 22:26:23 -0500 |
commit | f89806e05d9db2924ee5bc80c6f640914d8ae2e5 (patch) | |
tree | f94faa22b5e75551390e8ed72f911d5d03cb3c13 /ext/bg/settings.html | |
parent | 093fa3a43729a789bf31568405166770fcca2ad9 (diff) |
Simplify how anki errors are shown
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 0e6701e6..e4cc7bc8 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -650,7 +650,7 @@ </div> </div> - <div class="alert alert-danger" id="anki-error"></div> + <div class="alert alert-danger" id="anki-error" hidden></div> <div class="form-group"> <label for="card-tags">Card tags <span class="label-light">(comma or space separated)</span></label> |