summaryrefslogtreecommitdiff
path: root/ext/bg/js/ankiweb.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-10-15 19:21:02 -0700
committerAlex Yatskov <alex@foosoft.net>2016-10-15 19:21:02 -0700
commit49f98a8c53c396cc0fe69a62c7e2a2ce004f32ce (patch)
treebda618446226e429dfaeb563d7bbf2e48560ccf9 /ext/bg/js/ankiweb.js
parent7aa6d6feee78307d998596082caf73a3c1577285 (diff)
WIP
Diffstat (limited to 'ext/bg/js/ankiweb.js')
-rw-r--r--ext/bg/js/ankiweb.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/bg/js/ankiweb.js b/ext/bg/js/ankiweb.js
index d68b81ab..6cfc50be 100644
--- a/ext/bg/js/ankiweb.js
+++ b/ext/bg/js/ankiweb.js
@@ -73,10 +73,6 @@ class AnkiWeb {
});
}
- getStatus() {
- return 'ready';
- }
-
static scrape() {
return new Promise((resolve, reject) => {
$.get('https://ankiweb.net/edit/', (data, status) => {