diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-07-20 21:34:10 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-07-20 21:34:10 -0700 |
commit | 611b4420af9aa5c8ad6287996b73ae8fd2eb2f4b (patch) | |
tree | b003ff628edceb069049e17625bbf0ebe4a6192f /ext/fg/js/display-frame.js | |
parent | a0e2d9cb721d44a89715f3a9df10135c2aebfe29 (diff) |
cleanup
Diffstat (limited to 'ext/fg/js/display-frame.js')
-rw-r--r-- | ext/fg/js/display-frame.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/display-frame.js b/ext/fg/js/display-frame.js index b29a0379..c7da43e8 100644 --- a/ext/fg/js/display-frame.js +++ b/ext/fg/js/display-frame.js @@ -44,7 +44,7 @@ window.displayFrame = new class extends Display { } handleError(error) { - if (window.orphaned) { + if (window.yomichanOrphaned) { this.showOrphaned(); } else { window.alert(`Error: ${error}`); |