summaryrefslogtreecommitdiff
path: root/ext/bg/search.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-07-30 20:45:52 -0400
committerGitHub <noreply@github.com>2020-07-30 20:45:52 -0400
commit736d3c892ecb31b6aa658b0d8b0c5be757258062 (patch)
tree38a89c34e7d0d2fc9431c77176d288da5261f15d /ext/bg/search.html
parent6e0b25c5d6ab72e6285e59d0ef9f619ea4a99a3c (diff)
Dictionary data utility class (#698)
* Create utility class for helping format dictionary data * Change format
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 dd44b376..653a708f 100644
--- a/ext/bg/search.html
+++ b/ext/bg/search.html
@@ -83,6 +83,7 @@
<script src="/fg/js/dom-text-scanner.js"></script>
<script src="/fg/js/source.js"></script>
<script src="/mixed/js/audio-system.js"></script>
+ <script src="/mixed/js/dictionary-data-util.js"></script>
<script src="/mixed/js/display.js"></script>
<script src="/mixed/js/display-generator.js"></script>
<script src="/mixed/js/display-history.js"></script>