diff options
Diffstat (limited to 'ext')
-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> |