diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-04 17:30:10 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-04 17:30:10 -0800 |
commit | c8eb77cfd9e30625ae33739b7de5a86f59d0457c (patch) | |
tree | 8125b75868077259df691c5cf86c7bae0c2b145b /ext/fg/frame.html | |
parent | 2e7ce451126342a9e77c43e757cd1ffdac00d807 (diff) |
wip
Diffstat (limited to 'ext/fg/frame.html')
-rw-r--r-- | ext/fg/frame.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ext/fg/frame.html b/ext/fg/frame.html index 7fda6991..ec0acf64 100644 --- a/ext/fg/frame.html +++ b/ext/fg/frame.html @@ -17,13 +17,17 @@ <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> + <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="/mixed/lib/jquery-3.1.1.min.js"></script> <script src="/mixed/lib/wanakana.min.js"></script> <script src="/fg/js/util.js"></script> - <script src="/fg/js/frame.js"></script> + <script src="/mixed/js/display.js"></script> + <script src="/fg/js/display-frame.js"></script> </div> </body> </html> |