diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-06-14 20:43:43 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-06-14 20:44:38 -0700 |
commit | b7901945b34cda8994f12950ce50024a6b028cee (patch) | |
tree | 3fb76530afd32b5029a6ee81147e6b4511485425 /ext | |
parent | b91c79e321f8022ee53903cffead04ed4d4760e6 (diff) |
Support tagging
Diffstat (limited to 'ext')
-rw-r--r-- | ext/bg/js/yomichan.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js index 92ed8a27..19c66186 100644 --- a/ext/bg/js/yomichan.js +++ b/ext/bg/js/yomichan.js @@ -188,7 +188,7 @@ class Yomichan { } formatNote(definition, mode) { - const note = {fields: {}, tags: []}; + const note = {fields: {}, tags: this.options.ankiCardTags}; let fields = []; if (mode === 'kanji') { |