aboutsummaryrefslogtreecommitdiff
path: root/ext/template-renderer.html
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-11-09 13:30:31 +0000
committerGitHub <noreply@github.com>2023-11-09 13:30:31 +0000
commit5c5a167b4792af379cdacf633513cebf20728cd2 (patch)
tree5b6be3620a557d0b9177047003f6d742d9d2a32d /ext/template-renderer.html
parentb64f51c3b13a46af4dd7f1e43048ac19c781ca7b (diff)
parent0f4d36938fd0d844f548aa5a7f7e7842df8dfb41 (diff)
Merge pull request #307 from themoeway/modernize
Modernize codebase
Diffstat (limited to 'ext/template-renderer.html')
-rw-r--r--ext/template-renderer.html16
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>