summaryrefslogtreecommitdiff
path: root/ext/bg/search.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-08-09 21:04:09 -0400
committerGitHub <noreply@github.com>2020-08-09 21:04:09 -0400
commit9f8f83508e6d8e469b8cd89c1fb3ec85601401d8 (patch)
treefe5bb466250b18520ce2116a6e920b4c2d6b638f /ext/bg/search.html
parentf502dd4f21b273ecf2486cfeffddf3a3432a955c (diff)
Merge dictionary.js functions into Translator class (#726)
* Move dictFieldSplit * Copy dictionary.js definitions into translator.js * Convert to member functions * Refactor names * Remove dictionary.js * Rename
Diffstat (limited to 'ext/bg/search.html')
-rw-r--r--ext/bg/search.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bg/search.html b/ext/bg/search.html
index aff71835..9556a1a1 100644
--- a/ext/bg/search.html
+++ b/ext/bg/search.html
@@ -77,7 +77,6 @@
<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>
<script src="/fg/js/document-util.js"></script>
<script src="/fg/js/dom-text-scanner.js"></script>