aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/yomichan.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-06-14 20:43:43 -0700
committerAlex Yatskov <alex@foosoft.net>2016-06-14 20:44:38 -0700
commitb7901945b34cda8994f12950ce50024a6b028cee (patch)
tree3fb76530afd32b5029a6ee81147e6b4511485425 /ext/bg/js/yomichan.js
parentb91c79e321f8022ee53903cffead04ed4d4760e6 (diff)
Support tagging
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r--ext/bg/js/yomichan.js2
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') {