summaryrefslogtreecommitdiff
path: root/ext/bg/js/yomichan.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-01-11 20:21:11 -0800
committerAlex Yatskov <alex@foosoft.net>2017-01-11 20:21:11 -0800
commit916751420e28bb055fbf162ffcbf6663c6b828a8 (patch)
tree3bebd20e344cd3ca3cad01f430503865749590dd /ext/bg/js/yomichan.js
parent5c562c0288edc0ea7f53fa8ec6577dd9bd555dba (diff)
sayonara ankiweb1.0.3
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r--ext/bg/js/yomichan.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js
index ef80f16c..12dd89ac 100644
--- a/ext/bg/js/yomichan.js
+++ b/ext/bg/js/yomichan.js
@@ -94,9 +94,6 @@ class Yomichan {
this.options = options;
switch (options.ankiMethod) {
- case 'ankiweb':
- this.anki = new AnkiWeb(options.ankiUsername, options.ankiPassword);
- break;
case 'ankiconnect':
this.anki = new AnkiConnect();
break;