diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-07-22 23:19:38 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-07-22 23:19:38 -0700 |
commit | edf1c0ff6d9eadd17c98f00ef027c27d1b89a8ee (patch) | |
tree | df8a3caa3f0d46363533d66d6f01b06f6bcebb9c /ext/fg/frame.html | |
parent | 611b4420af9aa5c8ad6287996b73ae8fd2eb2f4b (diff) |
cleanup
Diffstat (limited to 'ext/fg/frame.html')
-rw-r--r-- | ext/fg/frame.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/frame.html b/ext/fg/frame.html index 80e69967..9ff2c585 100644 --- a/ext/fg/frame.html +++ b/ext/fg/frame.html @@ -35,7 +35,7 @@ <script src="/mixed/js/audio.js"></script> <script src="/mixed/js/display.js"></script> <script src="/fg/js/dictionary.js"></script> - <script src="/fg/js/background.js"></script> + <script src="/fg/js/api.js"></script> <script src="/fg/js/display-frame.js"></script> </body> </html> |