diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-12 12:38:33 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-12 12:38:33 -0400 |
commit | 4c2ca82a2937fa4e1d0f3f6744f4e1a7b88692a1 (patch) | |
tree | c28c2d52e6c888800e6252fcb68438d590de7cbf /ext/bg/js/anki.js | |
parent | c41c7252aeb5f10fca7403a19740d869743a38a5 (diff) |
Use single instance of AnkiConnect
Diffstat (limited to 'ext/bg/js/anki.js')
-rw-r--r-- | ext/bg/js/anki.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/anki.js b/ext/bg/js/anki.js index f7a24291..dd802424 100644 --- a/ext/bg/js/anki.js +++ b/ext/bg/js/anki.js @@ -25,7 +25,7 @@ class AnkiConnect { constructor(server) { - this._enabled = true; + this._enabled = false; this._server = server; this._localVersion = 2; this._remoteVersion = 0; |