diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-09-10 12:06:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 12:06:56 -0400 |
commit | 52b0feb2559cebfc6d895d75a80f374ee5974f5e (patch) | |
tree | 29c1b490c2b24dd691ad15ad0942407d3e0125e0 /ext/fg | |
parent | 35abd517b933036b95bb58b463a48edd1c985bb1 (diff) |
Move TextToSpeechAudio to a separate file (#800)
Diffstat (limited to 'ext/fg')
-rw-r--r-- | ext/fg/float.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index bd2508e6..725b7d8b 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -64,6 +64,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> |