summaryrefslogtreecommitdiff
path: root/ext/bg/js/ankiweb.js
diff options
context:
space:
mode:
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) => {