aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/background.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-10 19:58:06 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-10 21:30:38 -0400
commit1d516b3b24eb6b89aa3a345341b6c1c35e24dfed (patch)
treed32c926ab268f73142f8672ce9b115a5610c04e5 /ext/bg/background.html
parent8ae1da427756a9a1e057b3518c4069ac7d5b4b3a (diff)
Implement audio fallbacks
Diffstat (limited to 'ext/bg/background.html')
-rw-r--r--ext/bg/background.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/background.html b/ext/bg/background.html
index 3b37db87..194d4a45 100644
--- a/ext/bg/background.html
+++ b/ext/bg/background.html
@@ -27,6 +27,7 @@
<script src="/bg/js/templates.js"></script>
<script src="/bg/js/translator.js"></script>
<script src="/bg/js/util.js"></script>
+ <script src="/mixed/js/audio.js"></script>
<script src="/mixed/js/japanese.js"></script>
<script src="/bg/js/backend.js"></script>