summaryrefslogtreecommitdiff
path: root/ext/fg/float.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-10-07 18:31:28 -0400
committerGitHub <noreply@github.com>2020-10-07 18:31:28 -0400
commitbbb534eff5ce2034eb0d4f17239842831cdbc2d7 (patch)
treef2b88e23e62a809e5873e977008126c41005624f /ext/fg/float.html
parent1a91935dd75c59951369cdb7f48950124ad9bdee (diff)
Split source.js into two files (#894)
Diffstat (limited to 'ext/fg/float.html')
-rw-r--r--ext/fg/float.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html
index 2c15f0d2..df85bc62 100644
--- a/ext/fg/float.html
+++ b/ext/fg/float.html
@@ -53,7 +53,8 @@
<script src="/mixed/js/cache-map.js"></script>
<script src="/mixed/js/document-util.js"></script>
<script src="/fg/js/dom-text-scanner.js"></script>
- <script src="/fg/js/source.js"></script>
+ <script src="/fg/js/text-source-range.js"></script>
+ <script src="/fg/js/text-source-element.js"></script>
<script src="/mixed/js/audio-system.js"></script>
<script src="/mixed/js/dictionary-data-util.js"></script>
<script src="/mixed/js/display.js"></script>