diff options
Diffstat (limited to 'ext/template-renderer.html')
-rw-r--r-- | ext/template-renderer.html | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/ext/template-renderer.html b/ext/template-renderer.html index faf6f73e..116f1a0c 100644 --- a/ext/template-renderer.html +++ b/ext/template-renderer.html @@ -15,21 +15,7 @@ <body> <!-- Scripts --> -<script src="/lib/handlebars.min.js"></script> - -<script src="/js/data/sandbox/anki-note-data-creator.js"></script> -<script src="/js/display/sandbox/pronunciation-generator.js"></script> -<script src="/js/display/sandbox/structured-content-generator.js"></script> -<script src="/js/dom/sandbox/css-style-applier.js"></script> -<script src="/js/language/sandbox/dictionary-data-util.js"></script> -<script src="/js/language/sandbox/japanese-util.js"></script> -<script src="/js/templates/sandbox/anki-template-renderer.js"></script> -<script src="/js/templates/sandbox/anki-template-renderer-content-manager.js"></script> -<script src="/js/templates/sandbox/template-renderer.js"></script> -<script src="/js/templates/sandbox/template-renderer-frame-api.js"></script> -<script src="/js/templates/sandbox/template-renderer-media-provider.js"></script> - -<script src="/js/templates/sandbox/template-renderer-frame-main.js"></script> +<script src="/js/templates/sandbox/template-renderer-frame-main.js" type="module"></script> </body> </html> |