diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-10-15 23:23:40 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-10-15 23:23:40 -0700 |
commit | 0b4bdec7f2f7add052009d4aa9c113229a7304cc (patch) | |
tree | 39655adb1e382e03350975ba23af48151696718d /ext/bg/js/ankiweb.js | |
parent | 38c1a9a5936ff54f06175ef8d36f5422471c430a (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 9fc1fb57..ce909fcf 100644 --- a/ext/bg/js/ankiweb.js +++ b/ext/bg/js/ankiweb.js @@ -21,7 +21,7 @@ class AnkiWeb { this.username = username; this.password = password; this.noteInfo = null; - this.logged = false; + this.logged = true; } addNote(note) { |