summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-08 20:45:30 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-08 20:45:30 -0500
commit165959ef068905485a044a06bb281109d88d5679 (patch)
treeb8e6587c08f4d1c7afbee0ec2f2c375cf3b4ea03
parent23ddf84c6dd38479e3bedd8c9fac3fbc18885722 (diff)
Move japanese.js into bg
-rw-r--r--ext/bg/background.html2
-rw-r--r--ext/bg/js/japanese.js (renamed from ext/mixed/js/japanese.js)0
-rw-r--r--ext/bg/search.html2
-rw-r--r--ext/bg/settings.html2
4 files changed, 3 insertions, 3 deletions
diff --git a/ext/bg/background.html b/ext/bg/background.html
index af87eddb..e6d32593 100644
--- a/ext/bg/background.html
+++ b/ext/bg/background.html
@@ -31,6 +31,7 @@
<script src="/bg/js/deinflector.js"></script>
<script src="/bg/js/dictionary.js"></script>
<script src="/bg/js/handlebars.js"></script>
+ <script src="/bg/js/japanese.js"></script>
<script src="/bg/js/json-schema.js"></script>
<script src="/bg/js/options.js"></script>
<script src="/bg/js/profile-conditions.js"></script>
@@ -39,7 +40,6 @@
<script src="/bg/js/translator.js"></script>
<script src="/bg/js/util.js"></script>
<script src="/mixed/js/audio.js"></script>
- <script src="/mixed/js/japanese.js"></script>
<script src="/bg/js/backend.js"></script>
</body>
diff --git a/ext/mixed/js/japanese.js b/ext/bg/js/japanese.js
index 0da822d7..0da822d7 100644
--- a/ext/mixed/js/japanese.js
+++ b/ext/bg/js/japanese.js
diff --git a/ext/bg/search.html b/ext/bg/search.html
index 74afbb68..bb7ac095 100644
--- a/ext/bg/search.html
+++ b/ext/bg/search.html
@@ -75,6 +75,7 @@
<script src="/bg/js/dictionary.js"></script>
<script src="/bg/js/handlebars.js"></script>
+ <script src="/bg/js/japanese.js"></script>
<script src="/bg/js/templates.js"></script>
<script src="/fg/js/document.js"></script>
<script src="/fg/js/source.js"></script>
@@ -82,7 +83,6 @@
<script src="/mixed/js/display-context.js"></script>
<script src="/mixed/js/display.js"></script>
<script src="/mixed/js/display-generator.js"></script>
- <script src="/mixed/js/japanese.js"></script>
<script src="/mixed/js/scroll.js"></script>
<script src="/mixed/js/text-scanner.js"></script>
diff --git a/ext/bg/settings.html b/ext/bg/settings.html
index 77bcc359..3480b124 100644
--- a/ext/bg/settings.html
+++ b/ext/bg/settings.html
@@ -1084,12 +1084,12 @@
<script src="/mixed/js/core.js"></script>
<script src="/mixed/js/dom.js"></script>
<script src="/mixed/js/api.js"></script>
- <script src="/mixed/js/japanese.js"></script>
<script src="/bg/js/anki.js"></script>
<script src="/bg/js/conditions.js"></script>
<script src="/bg/js/dictionary.js"></script>
<script src="/bg/js/handlebars.js"></script>
+ <script src="/bg/js/japanese.js"></script>
<script src="/bg/js/options.js"></script>
<script src="/bg/js/page-exit-prevention.js"></script>
<script src="/bg/js/profile-conditions.js"></script>