summaryrefslogtreecommitdiff
path: root/ext/fg/float.html
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2019-08-03 14:57:17 +0300
committersiikamiika <siikamiika@users.noreply.github.com>2019-08-03 14:57:17 +0300
commit0ee6d05cb15a8bc94f120c2896e7537fd969aaed (patch)
tree34c5d87cf50f9e9db89c971bac5eb882574b7339 /ext/fg/float.html
parenta343fa589e7ba05740cc11b3b2a8f86817f3a460 (diff)
Revert "use ES6 import and export"
This reverts commit 04f4607922e84d93ca8a05708802fb6bbd61f359.
Diffstat (limited to 'ext/fg/float.html')
-rw-r--r--ext/fg/float.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html
index 4860753a..07f2d58b 100644
--- a/ext/fg/float.html
+++ b/ext/fg/float.html
@@ -36,7 +36,10 @@
<script src="/fg/js/api.js"></script>
<script src="/fg/js/util.js"></script>
+ <script src="/fg/js/document.js"></script>
+ <script src="/fg/js/source.js"></script>
+ <script src="/mixed/js/display.js"></script>
- <script type="module" src="/fg/js/float.js"></script>
+ <script src="/fg/js/float.js"></script>
</body>
</html>