diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-21 13:18:34 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-21 13:18:34 -0400 |
commit | 77a2cc60e9a4a89da354cadb1bf060204ee3b951 (patch) | |
tree | 32c35aaee08a247e95e65e8459c779c4837d0f62 /ext/bg/background.html | |
parent | 487d4b239b88fd57fefb0ec3a9d1bd0d25984660 (diff) |
Move basic string/character testing functions into a mixed/js/japanese.js
Diffstat (limited to 'ext/bg/background.html')
-rw-r--r-- | ext/bg/background.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/background.html b/ext/bg/background.html index 44abe8fd..f7cf6e55 100644 --- a/ext/bg/background.html +++ b/ext/bg/background.html @@ -20,6 +20,7 @@ <script src="/mixed/js/core.js"></script> <script src="/mixed/js/dom.js"></script> + <script src="/mixed/js/japanese.js"></script> <script src="/bg/js/anki.js"></script> <script src="/bg/js/anki-note-builder.js"></script> |