summaryrefslogtreecommitdiff
path: root/ext/fg/js/frontend.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-07-20 21:34:10 -0700
committerAlex Yatskov <alex@foosoft.net>2017-07-20 21:34:10 -0700
commit611b4420af9aa5c8ad6287996b73ae8fd2eb2f4b (patch)
treeb003ff628edceb069049e17625bbf0ebe4a6192f /ext/fg/js/frontend.js
parenta0e2d9cb721d44a89715f3a9df10135c2aebfe29 (diff)
cleanup
Diffstat (limited to 'ext/fg/js/frontend.js')
-rw-r--r--ext/fg/js/frontend.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/frontend.js b/ext/fg/js/frontend.js
index e32a630d..8b4c182c 100644
--- a/ext/fg/js/frontend.js
+++ b/ext/fg/js/frontend.js
@@ -238,7 +238,7 @@ window.yomichanFrontend = new class {
}
handleError(error, textSource) {
- if (window.orphaned) {
+ if (window.yomichanOrphaned) {
if (textSource && this.options.scanning.modifier !== 'none') {
this.popup.showOrphaned(textSource.getRect(), this.options);
}