diff options
Diffstat (limited to 'ext/fg/float.html')
-rw-r--r-- | ext/fg/float.html | 3 |
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> |