aboutsummaryrefslogtreecommitdiff
path: root/ext/bg
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-01-23 00:31:23 -0500
committerGitHub <noreply@github.com>2021-01-23 00:31:23 -0500
commit349d9a36110976c9da912e432d9828dbf1c8a7cf (patch)
tree4340a9b0b18fcb16419ea9a7542977fb1952b313 /ext/bg
parent7fbfef513d1336a883968f319c7001b4bb04876d (diff)
Update display audio cache (#1292)
* Use a standard map * Wrap function * Improve cache to support multiple different source arrays For the same reading/expression * Rename variable * Use null instead of an error
Diffstat (limited to 'ext/bg')
-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 609387e5..c08ad9cf 100644
--- a/ext/bg/search.html
+++ b/ext/bg/search.html
@@ -79,7 +79,6 @@
<script src="/mixed/js/api.js"></script>
<script src="/mixed/js/japanese.js"></script>
-<script src="/mixed/js/cache-map.js"></script>
<script src="/mixed/js/document-focus-controller.js"></script>
<script src="/mixed/js/document-util.js"></script>
<script src="/fg/js/dom-text-scanner.js"></script>