summaryrefslogtreecommitdiff
path: root/ext/bg/search.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-03-21 13:18:34 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-03-21 13:18:34 -0400
commit77a2cc60e9a4a89da354cadb1bf060204ee3b951 (patch)
tree32c35aaee08a247e95e65e8459c779c4837d0f62 /ext/bg/search.html
parent487d4b239b88fd57fefb0ec3a9d1bd0d25984660 (diff)
Move basic string/character testing functions into a mixed/js/japanese.js
Diffstat (limited to 'ext/bg/search.html')
-rw-r--r--ext/bg/search.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/search.html b/ext/bg/search.html
index f4c1a737..eacc1893 100644
--- a/ext/bg/search.html
+++ b/ext/bg/search.html
@@ -74,6 +74,7 @@
<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/dictionary.js"></script>
<script src="/bg/js/handlebars.js"></script>