diff options
author | Alex Yatskov <FooSoft@users.noreply.github.com> | 2017-07-16 11:01:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-16 11:01:33 -0700 |
commit | 49695ca35bf41ad47d6af4d79510c926ac55a898 (patch) | |
tree | 0f21a50bfe85ab38a0d467f5af94d2b3810fa965 /ext/bg/js/options.js | |
parent | 1ed8997240ba5d8ee4fe57062d2dbe8ba46436e2 (diff) | |
parent | ede139097c670f16ca3c332d8a79e9009b23bfac (diff) |
Merge pull request #65 from dequis/glossary-without-tags
Add glossary-brief anki field, like glossary but without tags
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index 728ddae4..e105f1b2 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -351,6 +351,7 @@ function ankiFieldsPopulate(element, options) { 'expression', 'furigana', 'glossary', + 'glossary-brief', 'reading', 'sentence', 'tags', |