aboutsummaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-04-09 10:46:05 -0700
committerAlex Yatskov <alex@foosoft.net>2017-04-09 10:46:05 -0700
commitcb5f725db744c73247ede582beb48d7cd0494aab (patch)
tree77ee3e2d97ab87928fb138d30c23957496fea680 /ext
parentd263a93d446096abfc33e47f591dbb71eb7fe928 (diff)
hide field editor description when cannot connect to anki
Diffstat (limited to 'ext')
-rw-r--r--ext/bg/options.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html
index e6c5e8be..e3168ca1 100644
--- a/ext/bg/options.html
+++ b/ext/bg/options.html
@@ -197,14 +197,14 @@
<input type="text" id="interface-server" class="form-control">
</div>
- <p class="help-block">
- Specify the information you would like included in your flashcards in the field editor below.
- Please be aware that Anki requires the first field in the model to be unique. It is highly recommended
- that you set it to <code>{expression}</code> for term flashcards and <code>{character}</code> for
- Kanji flashcards.
- </p>
-
<div id="anki-format">
+ <p class="help-block">
+ Specify the information you would like included in your flashcards in the field editor below.
+ Please be aware that Anki requires the first field in the model to be unique. It is highly recommended
+ that you set it to <code>{expression}</code> for term flashcards and <code>{character}</code> for
+ Kanji flashcards.
+ </p>
+
<ul class="nav nav-tabs">
<li class="active"><a href="#terms" data-toggle="tab">Terms</a></li>
<li><a href="#kanji" data-toggle="tab">Kanji</a></li>