diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-20 22:43:30 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-20 22:46:20 -0500 |
commit | ec8b805e8f273756e3f9f559533b35576bca9ab6 (patch) | |
tree | fa25bc07111bc0c9dce4d8441f561d9ee9fedd01 /ext/bg/background.html | |
parent | d7bf12833318e51c04b47ae3a6fa0379bd060406 (diff) |
Fix missing API functions being used on the background page
Diffstat (limited to 'ext/bg/background.html')
-rw-r--r-- | ext/bg/background.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/background.html b/ext/bg/background.html index 11838d14..fc0758cf 100644 --- a/ext/bg/background.html +++ b/ext/bg/background.html @@ -20,9 +20,9 @@ <script src="/mixed/js/core.js"></script> <script src="/mixed/js/dom.js"></script> - <script src="/mixed/js/api.js"></script> <script src="/bg/js/anki.js"></script> + <script src="/bg/js/api.js"></script> <script src="/bg/js/mecab.js"></script> <script src="/bg/js/audio.js"></script> <script src="/bg/js/backend-api-forwarder.js"></script> |