diff options
Diffstat (limited to 'ext/fg/js/background.js')
-rw-r--r-- | ext/fg/js/background.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/background.js b/ext/fg/js/background.js index 52b533be..c072468b 100644 --- a/ext/fg/js/background.js +++ b/ext/fg/js/background.js @@ -28,7 +28,7 @@ function bgInvoke(action, params={}) { } }); } catch (e) { - window.orphaned = true; + window.yomichanOrphaned = true; reject(e.message); } }); |