diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-28 20:49:26 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-28 20:49:26 -0700 |
commit | f15f30019b50e84844375e98dc3734d6463ee2c5 (patch) | |
tree | b4e6f8fe1da154edb8804c501c86c1006008162f /ext/bg/js/util.js | |
parent | 9de0d34af398b385e140a365a500ff20dda45a7a (diff) |
version bump, cloze support1.1.9
Diffstat (limited to 'ext/bg/js/util.js')
-rw-r--r-- | ext/bg/js/util.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/bg/js/util.js b/ext/bg/js/util.js index bde174c8..d1099262 100644 --- a/ext/bg/js/util.js +++ b/ext/bg/js/util.js @@ -435,6 +435,9 @@ function dictFieldFormat(field, definition, mode, options) { const markers = [ 'audio', 'character', + 'cloze-body', + 'cloze-prefix', + 'cloze-suffix', 'dictionary', 'expression', 'furigana', |