From b7901945b34cda8994f12950ce50024a6b028cee Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 14 Jun 2016 20:43:43 -0700 Subject: Support tagging --- ext/bg/js/yomichan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bg') 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') { -- cgit v1.2.3