diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-08-13 16:11:51 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-08-13 16:11:51 -0700 |
commit | aac2a58b5f821c6f90c95bb19f3b0a755d5e1739 (patch) | |
tree | d6c4b503f6a8daeabfa15f757866ef18ef4c5c64 /ext/bg/search.html | |
parent | 7fbe2ddaf33bad05fb26aec759806e0f6ae250d2 (diff) |
wip
Diffstat (limited to 'ext/bg/search.html')
-rw-r--r-- | ext/bg/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/search.html b/ext/bg/search.html index 655d7819..fe44d74e 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -40,10 +40,10 @@ <script src="/bg/js/dictionary.js"></script> <script src="/bg/js/handlebars.js"></script> <script src="/bg/js/templates.js"></script> + <script src="/bg/js/util.js"></script> <script src="/mixed/js/audio.js"></script> <script src="/mixed/js/display.js"></script> <script src="/mixed/js/japanese.js"></script> - <script src="/mixed/js/request.js"></script> <script src="/bg/js/display-window.js"></script> </body> |