summaryrefslogtreecommitdiff
path: root/ext/fg/frame.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-02-05 16:39:40 -0800
committerAlex Yatskov <alex@foosoft.net>2017-02-05 16:39:40 -0800
commit4e3792aba319b52f957c70347e859f677972e4e2 (patch)
tree3ea382513378f852f2126d1113e21061c61adec8 /ext/fg/frame.html
parent5076b80f9690a12fda23d06b2c3ddd1df08cff56 (diff)
handle content script and background script desync on version update1.0.9
Diffstat (limited to 'ext/fg/frame.html')
-rw-r--r--ext/fg/frame.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/fg/frame.html b/ext/fg/frame.html
index 959855ba..b7e2b41a 100644
--- a/ext/fg/frame.html
+++ b/ext/fg/frame.html
@@ -10,7 +10,11 @@
<img src="img/spinner.gif">
</div>
- <div class="content"></div>
+ <div id="content"></div>
+ <div id="orphan">
+ <h1>Yomichan Updated!</h1>
+ <p>The Yomichan extension has been updated to a new version! In order to continue viewing definitions on this page you must reload this tab or restart your browser.</p>
+ </div>
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="js/util.js"></script>