aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/search.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-01-18 00:16:40 -0500
committerGitHub <noreply@github.com>2021-01-18 00:16:40 -0500
commit25568637fe82988522ddd5c4d8642702b898a293 (patch)
tree00f84f306fdb4f7333d519b8a5c5723316987b6c /ext/bg/search.html
parent887150e01257af0b5deb472263de116cac7d0c1c (diff)
Display audio (#1269)
* Update display definition/definition node handling * Separate display audio controls into a separate class
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 dae657e8..f8e4d21c 100644
--- a/ext/bg/search.html
+++ b/ext/bg/search.html
@@ -88,6 +88,7 @@
<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-audio.js"></script>
<script src="/mixed/js/display-generator.js"></script>
<script src="/mixed/js/display-history.js"></script>
<script src="/mixed/js/display-notification.js"></script>