diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-07-03 12:20:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 12:20:22 -0400 |
commit | a07a8dfff667e0bba20d7199c4d7aa610e98bcdb (patch) | |
tree | 0621aa42db97b7ac39207452b54c10b528080f24 /ext/fg/float.html | |
parent | ce634325ce3a6ba4994916116b15b90e92666255 (diff) |
Extension unload detection (#647)
* Update how extension unload is detected
* Remove event handlers and use yomichan.isExtensionUnloaded instead
* Update terminology
Diffstat (limited to 'ext/fg/float.html')
-rw-r--r-- | ext/fg/float.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index 735a880a..a13244ee 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -29,7 +29,7 @@ </div> </div> - <div id="error-orphaned" hidden> + <div id="error-extension-unloaded" hidden> <div class="entry"> <h1>Yomichan Updated!</h1> <p> |