summaryrefslogtreecommitdiff
path: root/ext/fg
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-10-07 20:47:44 -0400
committerGitHub <noreply@github.com>2020-10-07 20:47:44 -0400
commitcb1902eaddeb092bf1e3d78f9e601109bd32202c (patch)
treed1852c0153184e4998ca9841a1af3d43a4c79ab7 /ext/fg
parent2d765d2c4e44e83eb0e4f6e5fb771e4ae4abe7a0 (diff)
Template handler update (#896)
* Rename TemplateHandler to HtmlTemplateCollection * Rename _templateHandler to _templates * Allow creation from both string and element * Simplify setup of templates, don't throw errors on invalid ID
Diffstat (limited to 'ext/fg')
-rw-r--r--ext/fg/float.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html
index df85bc62..4a7cb616 100644
--- a/ext/fg/float.html
+++ b/ext/fg/float.html
@@ -65,7 +65,7 @@
<script src="/mixed/js/media-loader.js"></script>
<script src="/mixed/js/scroll.js"></script>
<script src="/mixed/js/text-scanner.js"></script>
- <script src="/mixed/js/template-handler.js"></script>
+ <script src="/mixed/js/html-template-collection.js"></script>
<script src="/mixed/js/text-to-speech-audio.js"></script>
<script src="/bg/js/anki-note-builder.js"></script>