diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-04 19:53:28 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-04 19:53:28 -0800 |
commit | e799aa5e5f7dd526214b8e55de86f525cefec3ee (patch) | |
tree | 03d7dc0644bbac88361b6c665947f34ccdaf499d /ext/bg/js/util.js | |
parent | 7269583547cb379a413496946abce145703b2b8a (diff) |
cleanup
Diffstat (limited to 'ext/bg/js/util.js')
-rw-r--r-- | ext/bg/js/util.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/js/util.js b/ext/bg/js/util.js index d91415f7..814a27f6 100644 --- a/ext/bg/js/util.js +++ b/ext/bg/js/util.js @@ -388,8 +388,8 @@ function dictFieldFormat(field, definition, mode, options) { definition, group: options.general.groupResults, html: options.anki.htmlCards, - modeTermKanji: mode === 'term_kanji', - modeTermKana: mode === 'term_kana', + modeTermKanji: mode === 'term-kanji', + modeTermKana: mode === 'term-kana', modeKanji: mode === 'kanji' }; |