diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-08-14 21:47:39 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-08-14 21:47:39 -0700 |
commit | b1ec7cdddd6caab87f0f0cbc9d597d00fe5d5b55 (patch) | |
tree | 116b694dca80415e5c9fa6fd1b206d53b27c8c60 /ext/bg | |
parent | bdf231082f4b4ca7c4c90d8b0cd40b6c4201723d (diff) |
tweaks
Diffstat (limited to 'ext/bg')
-rw-r--r-- | ext/bg/legal.html | 2 | ||||
-rw-r--r-- | ext/bg/settings.html | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/ext/bg/legal.html b/ext/bg/legal.html index fe9a007c..a289281d 100644 --- a/ext/bg/legal.html +++ b/ext/bg/legal.html @@ -10,7 +10,7 @@ <div class="container-fluid"> <h3>Yomichan License</h3> <pre> -Copyright (C) 2016 Alex Yatskov +Copyright (C) 2016-2017 Alex Yatskov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 237750b3..218f9f7d 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -283,8 +283,6 @@ <script src="/bg/js/options.js"></script> <script src="/bg/js/templates.js"></script> <script src="/bg/js/util.js"></script> - <script src="/mixed/js/japanese.js"></script> - <script src="/mixed/js/request.js"></script> <script src="/bg/js/settings.js"></script> </body> |