diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-08-14 21:43:09 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-08-14 21:43:09 -0700 |
commit | bdf231082f4b4ca7c4c90d8b0cd40b6c4201723d (patch) | |
tree | b378fa497e850c85145b241541edcace45324ca1 /ext/fg/js/frontend.js | |
parent | 82863cd86156d48b9f18dc10a560bedb82641862 (diff) |
lots of fixes to backend
Diffstat (limited to 'ext/fg/js/frontend.js')
-rw-r--r-- | ext/fg/js/frontend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/frontend.js b/ext/fg/js/frontend.js index 005139e6..cc4d99c8 100644 --- a/ext/fg/js/frontend.js +++ b/ext/fg/js/frontend.js @@ -230,7 +230,7 @@ class Frontend { const sentence = docSentenceExtract(textSource, this.options.anki.sentenceExt); const url = window.location.href; - this.popup.showKanji( + this.popup.kanjiShow( textSource.getRect(), definitions, this.options, |