aboutsummaryrefslogtreecommitdiff
path: root/ext/background.html
diff options
context:
space:
mode:
Diffstat (limited to 'ext/background.html')
-rw-r--r--ext/background.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/background.html b/ext/background.html
index b1e82bd5..92c3b0aa 100644
--- a/ext/background.html
+++ b/ext/background.html
@@ -17,14 +17,14 @@
<script src="/lib/wanakana.min.js"></script>
- <script src="/mixed/js/core.js"></script>
- <script src="/mixed/js/yomichan.js"></script>
- <script src="/mixed/js/environment.js"></script>
- <script src="/mixed/js/japanese.js"></script>
+ <script src="/js/core.js"></script>
+ <script src="/js/yomichan.js"></script>
+ <script src="/js/background/environment.js"></script>
+ <script src="/js/language/japanese-util.js"></script>
- <script src="/mixed/js/cache-map.js"></script>
- <script src="/mixed/js/dictionary-data-util.js"></script>
- <script src="/mixed/js/object-property-accessor.js"></script>
+ <script src="/js/general/cache-map.js"></script>
+ <script src="/js/language/dictionary-data-util.js"></script>
+ <script src="/js/general/object-property-accessor.js"></script>
<script src="/bg/js/anki.js"></script>
<script src="/bg/js/audio-downloader.js"></script>