diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-07 20:48:59 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-07 20:48:59 -0800 |
commit | f7d7b1bd84a460c4bc602576495ec4c0fe357acb (patch) | |
tree | db6dc564ad43c4de7a3b2343fc48a25fdc0260a0 /ext/bg/js/options-form.js | |
parent | 786ef851c908f19c065f6ddd7faa124cc018c50f (diff) |
add dictionary formatting field
Diffstat (limited to 'ext/bg/js/options-form.js')
-rw-r--r-- | ext/bg/js/options-form.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/bg/js/options-form.js b/ext/bg/js/options-form.js index a8715ed8..957f4ce5 100644 --- a/ext/bg/js/options-form.js +++ b/ext/bg/js/options-form.js @@ -324,6 +324,7 @@ function modelIdToMarkers(id) { return { 'anki-term-model': [ 'audio', + 'dictionary', 'expression', 'expression-furigana', 'glossary', @@ -335,6 +336,7 @@ function modelIdToMarkers(id) { ], 'anki-kanji-model': [ 'character', + 'dictionary', 'glossary', 'glossary-list', 'kunyomi', |