diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-18 00:16:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-18 00:16:40 -0500 |
commit | 25568637fe82988522ddd5c4d8642702b898a293 (patch) | |
tree | 00f84f306fdb4f7333d519b8a5c5723316987b6c /ext/fg/float.html | |
parent | 887150e01257af0b5deb472263de116cac7d0c1c (diff) |
Display audio (#1269)
* Update display definition/definition node handling
* Separate display audio controls into a separate class
Diffstat (limited to 'ext/fg/float.html')
-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 e10659f2..52fe3e66 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -101,6 +101,7 @@ <script src="/mixed/js/audio-system.js"></script> <script src="/mixed/js/dictionary-data-util.js"></script> <script src="/mixed/js/display.js"></script> +<script src="/mixed/js/display-audio.js"></script> <script src="/mixed/js/display-generator.js"></script> <script src="/mixed/js/display-history.js"></script> <script src="/mixed/js/display-notification.js"></script> |