diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-10-17 20:20:50 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-10-17 20:20:50 -0700 |
commit | 9d1756a2a869e880457589a28d6992f5b8868c7f (patch) | |
tree | 3088cb413383f01c0dd6313f313e738d11afd536 /ext/bg/js/ankiweb.js | |
parent | 6cd1f70baad516e3844e0e79dbac4147443747ce (diff) |
WIP
Diffstat (limited to 'ext/bg/js/ankiweb.js')
-rw-r--r-- | ext/bg/js/ankiweb.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/ankiweb.js b/ext/bg/js/ankiweb.js index 97faf7cd..17b5525e 100644 --- a/ext/bg/js/ankiweb.js +++ b/ext/bg/js/ankiweb.js @@ -28,7 +28,7 @@ class AnkiWeb { } canAddNotes(notes) { - return Promise.resolve([]); + return Promise.resolve(new Array(notes.length).fill(true)); } getDeckNames() { |