diff options
Diffstat (limited to 'ext/background.html')
-rw-r--r-- | ext/background.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/background.html b/ext/background.html index 665bc968..6bf22bf0 100644 --- a/ext/background.html +++ b/ext/background.html @@ -2,9 +2,9 @@ <html lang="en"> <body> <script src="lib/jquery-2.2.2.min.js"></script> - <script src="jp/dictionary.js"></script> - <script src="jp/deinflector.js"></script> - <script src="jp/translator.js"></script> - <script src="jp/yomichan.js"></script> + <script src="bg/dictionary.js"></script> + <script src="bg/deinflector.js"></script> + <script src="bg/translator.js"></script> + <script src="bg/yomichan.js"></script> </body> </html> |