diff options
Diffstat (limited to 'ext/fg/float.html')
-rw-r--r-- | ext/fg/float.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index 725b7d8b..98e849f0 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -44,6 +44,8 @@ </div> </div> + <script src="/mixed/lib/handlebars.min.js"></script> + <script src="/mixed/js/core.js"></script> <script src="/mixed/js/yomichan.js"></script> <script src="/mixed/js/comm.js"></script> @@ -66,6 +68,9 @@ <script src="/mixed/js/template-handler.js"></script> <script src="/mixed/js/text-to-speech-audio.js"></script> + <script src="/bg/js/anki-note-builder.js"></script> + <script src="/bg/js/template-renderer.js"></script> + <script src="/bg/js/query-parser-generator.js"></script> <script src="/bg/js/query-parser.js"></script> <script src="/fg/js/float.js"></script> |