summaryrefslogtreecommitdiff
path: root/ext/bg/search.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-09-10 12:06:56 -0400
committerGitHub <noreply@github.com>2020-09-10 12:06:56 -0400
commit52b0feb2559cebfc6d895d75a80f374ee5974f5e (patch)
tree29c1b490c2b24dd691ad15ad0942407d3e0125e0 /ext/bg/search.html
parent35abd517b933036b95bb58b463a48edd1c985bb1 (diff)
Move TextToSpeechAudio to a separate file (#800)
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 7e163865..f18bed0d 100644
--- a/ext/bg/search.html
+++ b/ext/bg/search.html
@@ -89,6 +89,7 @@
<script src="/mixed/js/scroll.js"></script>
<script src="/mixed/js/text-scanner.js"></script>
<script src="/mixed/js/template-handler.js"></script>
+ <script src="/mixed/js/text-to-speech-audio.js"></script>
<script src="/bg/js/query-parser-generator.js"></script>
<script src="/bg/js/query-parser.js"></script>