diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2019-12-01 05:38:23 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2019-12-01 05:38:23 +0200 |
commit | 5929018facf792c203e18d3ec690478ee44388e0 (patch) | |
tree | 1088513ffdba0bf56a3b9867de3a0495b1a965b4 /ext/fg | |
parent | be23ad7213477500534a2546ca6ef139b23f0af9 (diff) |
move Display context to a new class
Diffstat (limited to 'ext/fg')
-rw-r--r-- | ext/fg/float.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index 38439c79..8cc5a129 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -39,6 +39,7 @@ <script src="/fg/js/document.js"></script> <script src="/fg/js/source.js"></script> <script src="/mixed/js/audio.js"></script> + <script src="/mixed/js/display-context.js"></script> <script src="/mixed/js/display.js"></script> <script src="/mixed/js/scroll.js"></script> |