aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/settings.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/settings.html
parent35abd517b933036b95bb58b463a48edd1c985bb1 (diff)
Move TextToSpeechAudio to a separate file (#800)
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r--ext/bg/settings.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html
index b01fbf73..5ee23785 100644
--- a/ext/bg/settings.html
+++ b/ext/bg/settings.html
@@ -1172,6 +1172,7 @@
<script src="/mixed/js/dom-data-binder.js"></script>
<script src="/mixed/js/object-property-accessor.js"></script>
<script src="/mixed/js/task-accumulator.js"></script>
+ <script src="/mixed/js/text-to-speech-audio.js"></script>
<script src="/bg/js/anki.js"></script>
<script src="/bg/js/anki-note-builder.js"></script>