diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-26 20:22:52 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-26 20:22:52 -0800 |
commit | 34ea9979abf1474eaaa581c2c32406c255c5f61c (patch) | |
tree | f81b3bd0a6190d66dba492e07d9be51ae2ac11ed /ext/bg/js/yomichan.js | |
parent | da33d00e45ee3a028886fe90fca329282731aaa5 (diff) |
wip
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r-- | ext/bg/js/yomichan.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js index 89608a5b..720c450a 100644 --- a/ext/bg/js/yomichan.js +++ b/ext/bg/js/yomichan.js @@ -146,11 +146,10 @@ class Yomichan { fields[name], definition, mode, - this.options.anki.htmlCards + this.options ); } - // console.log(note); return note; } |