diff options
Diffstat (limited to 'ext/bg')
-rw-r--r-- | ext/bg/search.html | 1 | ||||
-rw-r--r-- | ext/bg/settings.html | 1 |
2 files changed, 2 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> 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> |